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...

Life Cycle of servlets?

Answer Posted / prashant

1> Server loads the servlet.
2> Server creats one or more instances of the servlet
3> Server calls the init()method of each Servlet instance
4> Servlet request is received
5> Servlet service()method processes the request
6> Servlet calls the service()method of the servlet instance
7> Servlet service()method then process the request & send
the output to the client
8> Servlet waits until next request is received (if yes
continue from step no-4 )
9> Servlet is unloaded by the server by calling the destroy
()method

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by mime type?

1013


How do you load an image in a Servlet?

1230


How is a servlet implemented in code?

1120


What is SingleThreadModel interface?

1208


Explain the custom jsp tags and the beans.

1120


What does the term localization refer to?

1179


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

1079


How the JSP file will be executed on the Server side?

1190


What are sessions in servlets?

1111


What do you mean by cgi?

1012


Explain load on start-up and its importance?

1190


What is cookies in servlet with example?

1226


Which method of the httpservletrequest object is used?

1137


What is servlet attributes and their scope?

1100


What is context in servlet?

1097