InterviewSolution
Saved Bookmarks
| 1. |
When destroy() method of servlet gets called? |
|
Answer» The destroy() method is called only once at the end of the life cycle of a servlet. |
|