Answer Posted / sasi kumar
Initialization:A servlet is first loaded and initialized
usually when it is request by the corresponding client.
Service:After initilization,the servlet serve client on
request,implementing the application logic clients of the
web application they belong to.
Destruction:When all pending request are processed and the
servlets have been idle for a specific amount of time,they
may be destroy by the servlet and release all the resources
they occupy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is in-memory replication?
What is TL and its use?
What is the map interface?
What are various types of class loaders used by jvm?
Describe, in general, how java's garbage collector works?
What is meant by method chaining?
What classes of exceptions may be caught by a catch clause?
What is metaspace?
Explain the steps in details to load the server object dynamically?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is the form of storage space in java?
Why won’t the jvm terminate when I close all the application windows?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Why a component architecture for the java platform?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?