Answer Posted / rajshri
servlet life cycle..
1) loading of class
2) instantiation of that loading class
3) call init() method
4) call service() method
5) call destroy() method
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How is a servlet implemented in code?
How does java thread pool work?
What is MIME Type?
Which method is called when reference variable is passed in system.net?
What’s the difference between sendredirect and forward methods
What are the exceptions thrown by servlets? Why?
What is the difference in between the httpservlet and generic servlet?
Given the request path below, which are context path, servlet path and path info?
What is java servlet?
What are the steps that are involved in using the httpservlet class?
Define the life cycle of a servlets.
explain the advantages of servlet life cycle?
What is the process to implement doget and dopost methods?
Explain the working of service() method of a servlet.
What’s the use of the servlet wrapper classes??