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
Why does the tag url-encode javascript and mailto links?
What is the difference between system.out ,system.err and system.in?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is the purpose of the wait() method?
Name three component subclasses that support painting?
What is the RMI and Socket?
Difference between DurableSubscription and non- DurableSubscription?
What is the difference between RMI registry and OS Agent?
What is the argument type of a programs main() method?
To what value is a variable of the string type automatically initialized?
Is jvm a overhead?
What are the different types of exception?
Is “abc” a primitive value?
Can we sent objects using Sockets?
What are the purpose of introspection?