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

can i call destroy() method in init() method of servlet

Answer Posted / sunil jaiswal

Yes, we can call destroy method from init method without any worry. Destroy method will be called up as calling any other method. Request shall still be process afterwards through service method(doGet, doPost etc). Because calling destroy method doesnt mean the killing the servlet instance. Calling the init, service and destroy method is in the specification of servlet lifecycle. So we can not alter those specification through outside. Once the servlet container thinks the servlet is of no use at some time(at the server shutdown) the container surely will be calling up the destroy method prior to destroy the servlet instance.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by default initialization in java servlet?

1144


Write a simple servlet program to print the contents of html.

1125


Whether we can get deadlock situation in servlets?

1125


What do you mean by the servlet chaining?

1151


What is the life cycle of a servlet?

1616


What is a servlet?

1203


What are the different methods involved in the process of session management in servlets?

1349


How can you run a servlet program?

1142


How do you invoke a servelt?

1190


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

1094


What is the use of httpservletrequestwrapper?

1148


What are the mechanisms used by a servlet container for maintaining session information?

1086


What’s the difference between genericservlet and httpservlet?

1196


How httpservlet is different from the genericservlet?

1189


Does servlet have main method?

1249