What is the life cycle of a servlet?



What is the life cycle of a servlet?..

Answer / hrindows@gmail.com

Loading Servlet.
Then initialising the Servlet.
Handling the Request (invoking service method).
Then destroying the Servlet.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Which method of the httpservletrequest object is used?

0 Answers  


What is the difference between ExecuteUpdate and ExecuteQuery?

4 Answers  


What are advantages of servlets over cgi?

0 Answers  


What is a java servlet?

0 Answers  


What’s the difference between forward() and sendredirect() methods?

0 Answers  






Which java application server is the best?

0 Answers  


What is meant by a servlet?

0 Answers  


Explain the difference between get and post method in servlet?

0 Answers  


Why filter is used in servlet?

0 Answers  


What happens, when client requests for server object, which is not yet loaded into the memory?

2 Answers  


how can we create object to a class in a jsp file?

5 Answers   Accenture, L&T, TCS,


Which method the Servlet container call to create the instance of the servlet?

16 Answers   emc2, JK Technosoft,


Categories