InterviewSolution
Saved Bookmarks
| 1. |
For what purpose init() method of a servlet is used? |
|
Answer» The init() method simply creates or loads some data that will be used throughout the life of the servlet. |
|