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 synchronization and why is it important?
What is the difference between RMI registry and OS Agent?
Explain the advantages and disadvantages of detached objects.
When is the best time to validate input?
Name three subclasses of the component class?
What is the infobus?
What is bean? Where can it be used?
What is the difference between the session.get() method and the session.load() method?
How are the elements of a borderlayout organized?
What is a sessionfactory? Is it a thread-safe object?
What is a session? Can you share a session object between different theads?
What modifiers may be used with an interface declaration?
What are the different algorithms used for clustering?
Explain RMI Architecture?
What is local interface. How values will be passed?