| Author |
Doubt of ServletContextListner
|
Abhay Choubey
Ranch Hand
Joined: Jun 02, 2011
Posts: 34
|
|
Hi all,
I have studyed about ServletContextListner but still i have doubt that why we use ServletContextListner and what is advantage of it.
can any one help me please
Thanks in advance
Abhay
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
It can be used to set up anything that needs to be set up when the app is put into service, and to perform cleanup when the app is taken out of service.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Abhay Choubey
Ranch Hand
Joined: Jun 02, 2011
Posts: 34
|
|
i got it.
Thanks a lot
|
 |
 |
|
|
subject: Doubt of ServletContextListner
|
|
|