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 servlet life cycle?

Answer Posted / anu

There are 3 methods in servlet life cycle:init(),service
(),destroy().
whenever servlets loads,init() method is invoked.init
()invokes only once in whole life cycle.then service()
method is invoked which handles all the Http requests and
correspondingly generate Http response.Finally service()
method is invoked for unloading the servlet.this method is
also invoked only once.

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?

1084


Write a program to show the functionality of doget and dopost method?

1255


What is the type of method for sending request from http server?

1173


What are all the protocols supported by httpservlet?

1347


What is cookie? Why is cookie used?

1100


What is servlet and list its types?

1126


Explain in brief the directory structure of a web application?

1154


What is servlet and its types?

1099


Given the request path below, which are context path, servlet path and path info?

1096


What is the difference between forward () and sendredirect () functions in servlet? Explain

1072


List out difference between a JavaBean from a Servlet?

1078


What is the main purpose of java servlets?

1112


What's the use of servletcontext?

1192


Which event is fired at the time of project deployment and undeployment?

1363


What is the major difference between servlet and applet?

1058