servlet has not any main method in it how does it work by
JVM?

Answer Posted / srinivasa kumar meda

The life cycle of a servlet is controlled by the container
in which the servlet has been deployed. When a request is
mapped to a servlet, the container performs the following steps.

If an instance of the servlet does not exist, the Web container
1. Loads the servlet class.
2. Creates an instance of the servlet class.
3. Initializes the servlet instance by calling the
init method.
Invokes the service method, passing a request and response
object.

Is This Answer Correct ?    24 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is document root?

495


What are the java backend technologies?

490


What is enterprise information system resource?

556


What is single tier architecture in java?

493


How can I be good in java?

529






How do I become an expert in java?

485


What is javac written?

513


Who generates bytecode in java?

516


What is java mobile?

493


Is object a composite data type in java?

499


What is difference between j2ee and java?

505


Is java gui dead?

513


Which is latest technology in java?

494


Who is java developer?

525


What is 'applet container' ?

625