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

What are the different methods of session management in servlets?

0 Answers  


How variables can be accessed across the sessions?

3 Answers  


Explain the war file?

0 Answers  


What if we pass negative value in load-on-startup?

0 Answers  


What methods do you use in servlet - applet communication?

0 Answers  


Who is responsible to create the object of servlet?

0 Answers  


What are the different methods involved in the process of session management in servlets?

0 Answers  


What is Client-Server Computing?

0 Answers   TCS,


How can we invoke another servlet in a different application?

0 Answers  


What's the difference between servlets and applets?

0 Answers  


Why is servlet used?

0 Answers  


What do you mean by servlet?

0 Answers  


Categories