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
Write a singleton program?
What is a sessionfactory? Is it a thread-safe object?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the difference between the string and stringbuffer classes?
Define aop(assepct oriented programing)?
Name three component subclasses that support painting?
What is the difference between ear, jar and war file?
How are commas used in the intialization and iteration parts of a for statement?
Explain the advantages and disadvantages of detached objects.
How to pass parameters in RMI?
What is the immediate superclass of the applet class?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What are local interfaces? Describe.
What are the oops concept?