Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the life cycle of Servlet?

Answer Posted / shaik baji

Servlet life cycle contains the following steps in it:

step 1: When the first request comes to the servlet, the
container will load the servlet if and only if the user is
not specified <load-on-startup> tag in web.xml

step 2: The container will instantiates the servlet

step 3: The container will invoke the init() method of the
servlet with the ServletConfig as a parameter

step 4: The container will create the thread for that
request and invokes the service() method

step 5: Once the service method execution is completed the
container will invoke the destroy() method to release the
Servlet object.

Step 6: The servlet will unloaded from container when the
web server or the web application is getting shutdown.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is valid keyword in java?

1050


What is singleton pattern?

1160


What is the arraylist in java?

1117


How do you sort a set in java?

969


How does list work in java?

968


Can static methods be inherited?

1104


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

1019


What is method with example?

1186


What are the 6 functions?

1024


Explain method overloading?

1077


What is difference between char array and string?

1181


What is ternary operator in java?

1128


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

1070


What is java algorithm?

990


Can arraylist contain null values?

1070