Answer Posted / 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 View All Answers
What is the difference between Difference between doGet() and doPost()?
What exception should be thrown when servlet is not properly initialized?
Explain the lifecycle of a servlet?
What is the use of java servlet api?
What are the mechanisms used by a servlet container for maintaining session information?
What is servlet container?
What is the difference between Servlets and Applets?
How many objects of a servlet is created?
How to make sure a servlet is loaded at the application startup?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is context in servlet?
How is a servlet implemented in code?
What is the type of method for sending request from http server?
Is it possible to have a constructor inside the servlet?
What are the jobs performed by servlets?