Correct Answer : C
Servlets are programs that run on the Web server and build Web pages. Servlets can be used to dynamically generate web content. Servlets can handle several client requests. Data can be retrieved from databases when connected. e.g., The Web page uses information from corporate databases or other such sources. You would use this for making a Web page at an on-line store that lists current prices and number of items in stock.