Answer Posted / venky
the object of servlet is created in the init mehod by server
request of the client is processed in service method
the servlet is discarded from thr server by destroy method
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a generic servlet and http servlet?
When Servlet is unloaded?
What are some advantages of storing session state in cookies?
What are the different methods involved in generic servlet?
List out the difference between ServletConfig and ServletContext?
What are the uses of servlet
How is a servlet implemented in code?
What mechanisms are used by a Servlet Container to maintain session information?
What is servlet container. how it works?
What is the difference between context parameter and context attribute?
What is the importance of init() method in Servlet ?
How can the session in servlet be destroyed?
What is difference between jsp and servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How do we translate jsp?