Answer Posted / prashant
1> Server loads the servlet.
2> Server creats one or more instances of the servlet
3> Server calls the init()method of each Servlet instance
4> Servlet request is received
5> Servlet service()method processes the request
6> Servlet calls the service()method of the servlet instance
7> Servlet service()method then process the request & send
the output to the client
8> Servlet waits until next request is received (if yes
continue from step no-4 )
9> Servlet is unloaded by the server by calling the destroy
()method
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do you mean by mime type?
What are session variable in servlets?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
How can we upload the file to the server using servlet?
What’s the difference between genericservlet and httpservlet?
What is a generic servlet?
What is servlet looping or chaining?
Why don't we write a constructor in a servlet?
How to create war file?
Can you explain in detail 'javax.servlet' package?
Write a command to get actual path of a servlet to the server?
request parameter how to find whether a parameter exists in the request object?
Explain the servlet context.
What are the types of servlets? Explain
Explain the different ways for servlet authentication?