| | | | Question Answer Tutorial - JAVA->SERVLET | | | | Question: What are the methods available in ServletContextListener interface? | | Answer: contextInitialized()and contextDestroyed()
| | | | | | | | Question: A deployment descriptor describes -----. | | Answer: Web component settings
| | | | | | | | Question: Dynamic interception of requests and responses to transform the information is done by | | Answer: Servlet filter
| | | | | | | | Question: The life cycle of a servlet is managed by | | Answer: Servlet Container
| | | | | | | | Question: The include() method of RequestDispatcher | | Answer: Sends a request to another resource like servlet, jsp o r html
| | | | | | | | | | | | |