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 is the difference between servlet and filter?

0 Answers  


what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }

4 Answers  


What is cookie? Why is cookie used?

0 Answers  


What is the process for chaining servlet?

0 Answers  


What are the various ways of session supervision in servlets?

0 Answers  






HTTP tunneling means what?

2 Answers  


Explain the role of dispatcherservlet and contextloaderlistener.

0 Answers  


What do you mean by cgi?

0 Answers  


What's the use of servletcontext?

0 Answers  


When to use doget() and when dopost()?

0 Answers  


What is the protocol used by Server & Client?

2 Answers  


Tell the new features added in servletrequest interface i.e. Servlet 2.4

0 Answers  


Categories