| Author |
calling destroy in init method
|
clyde melly
Ranch Hand
Joined: Sep 04, 2003
Posts: 152
|
|
|
under what circumstances can i call destroy method from init.shud we call??
|
 |
Kalai Selvan
Ranch Hand
Joined: Jul 07, 2004
Posts: 79
|
|
Hi, First of all is there any specific reason to call destroy method in the init method? destroy method is normally used for freeing the resources held by the servlet. So even if we call the destroy method from init, it will not destroy the object. Kalai Selvan T.
|
 |
 |
|
|
subject: calling destroy in init method
|
|
|