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
How the typical servlet code look like ?
What are the functions of Servlet container?
What is servlet instance?
How do I know if java is running on linux?
Explain session tracking and its importance?
Explain the steps involved in placing a servlet within a package?
How do you find out what client machine is making a request to your servlet
request parameter how to find whether a parameter exists in the request object?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What are all the advantages of servlet over cgi?
List out the difference between ServletConfig and ServletContext?
What is Servlet API used for connecting database?
What is the procedure for initializing a servlet?
How do you define a servlet?
What are the mechanisms used by a servlet container for maintaining session information?