InterviewSolution
Saved Bookmarks
| 1. |
How constructor can be used for a servlet?(a) Initialization(b) Constructor function(c) Initialization and Constructor function(d) Setup() methodI have been asked this question in an online quiz.I would like to ask this question from Servlet topic in portion Java Server Technologies & Servlet of Java |
|
Answer» Correct answer is (c) Initialization and CONSTRUCTOR function |
|