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
Define the life cycle of a servlets.
What is the difference between Difference between doGet() and doPost()?
Difference between get and post in java servlets?
What if you need to span your transaction across multiple servlet invocations?
How would you create deadlock on your servlet?
What are the different session tracking techniques?
If some new data has entered the database, explain how can a servlet refresh automatically?
How to read request headers from servlets?
What is the life-cycle of servlets?
List out the difference between ServletConfig and ServletContext?
What are the two important api's in for servlets?
What is the difference between portlet and servlet?
Is it possible to have a constructor inside the servlet?
Explain the difference between servletconfig and servletcontext in servlet?
What are the type of protocols used in httpservlet?