Two Laptop Bag
The moose likes Servlets and the fly likes servlets life cycle Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "servlets life cycle" Watch "servlets life cycle" New topic
Author

servlets life cycle

Ravi kapa
Ranch Hand

Joined: Jan 05, 2012
Posts: 31
Hi this is ravi,i read the head first servlets and jsp book.It says that container calls are invoke init,service,destroy methods on servlets so i have a doubt that thease are container methods or servlets methods.Can any one suggest me please
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

They are methods of the servlet. The container creates instances of the servlets and calls those methods on the instances.
Ravi kapa
Ranch Hand

Joined: Jan 05, 2012
Posts: 31
thanq for the immediate reply paul..
 
 
subject: servlets life cycle
 
Threads others viewed
how to check tomcat is running or not from a batch file
instance of a servlet
"public static void main(String[] args)" rule?
servlet container
what will be the output
developer file tools