| Author |
Servlet Life Cycle
|
Pubudu Fernando
Greenhorn
Joined: Oct 12, 2011
Posts: 5
|
|
|
hii i'm new to servlets and i've read that the container calls destroy() on the servlet.. so then how would the container know when to call destroy()?? does it do so when the server is about to shut down?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
|
It can do so whenever it likes. Surely it will call destroy() when it's shutting down, but if it decides to take the servlet out of service for any other reasons, it will also call the method.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Pubudu Fernando
Greenhorn
Joined: Oct 12, 2011
Posts: 5
|
|
wow.. that was quick... thanks
|
 |
 |
|
|
subject: Servlet Life Cycle
|
|
|