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 difference between jsp and servlet?
Which are the different ways you can communicate between servlets?
What is the use of servlet wrapper classes?
What is cookie? Why is cookie used?
Why HttpServlet class is declared abstract?
What is the difference between sendredirect() and forward() in a servlet?
What exception should be thrown when servlet is not properly initialized?
How do we share data using 'getservletcontext ()?
How can we invoke another servlet in a different application?
Difference between httpservlet and generic servlets?
What is a web application and what is it’s directory structure?
Which exception is thrown if the servlet is not initialized properly?
What is the difference between jsp and servlet life cycle?
What are the advantages of Servlet over CGI?
What exactly are the functions of servlet?