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


Explain life cycle of a Servlet?

Answers were Sorted based on User's Feedback



Explain life cycle of a Servlet?..

Answer / janet

1. a server loads and initializes the servlet by init()
method.
2.the servlet handles zero or more client's requests
through service() method .
3. the server removes the servlet through destroy() method.

Is This Answer Correct ?    9 Yes 1 No

Explain life cycle of a Servlet?..

Answer / venky

the object of servlet is created in the init mehod by server

request of the client is processed in service method

the servlet is discarded from thr server by destroy method

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

What are the phases of the servlet life cycle?

0 Answers  


What is the <load-on-startup> element?

0 Answers  


Difference between forward() method and sendredirect() method ?

0 Answers  


If you want to modify the servlet,will the Webserver need to be ShutDown ?

9 Answers  


What method is used to create database connection in servlets?

2 Answers  


Is it possible to have a constructor inside the servlet?

0 Answers  


Write all the phases defined in servlet life cycle?

0 Answers  


How can we include static files in the jsp page?

0 Answers  


What's the servlet interface?

0 Answers  


What are the different methods involved in generic servlet?

0 Answers  


Why is httpservlet declared abstract?

0 Answers  


Is java servlet still used?

0 Answers  


Categories