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 an abstract method?
What is the relationship between the canvas class and the graphics class?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is Stream Tokenizer?
what are RemoteObjects?
What is the map interface?
What is chat area? Explain.
What are the call back methods in entity bean?
What is a class loader? What are the different class loaders used by jvm?
Write a singleton program?
what is a non-repeatable read?
Explain the different types of memory used by jvm?
How can I scroll through list of pages like the search results in google?
When is the best time to validate input?
What are the difference between RMI and CORBA?