InterviewSolution
Saved Bookmarks
| 1. |
Why Is A Constructor Needed In A Servlet Even If We Use The Init Method? |
|
Answer» 1.Although the INIT method of the servlet initializes it, a constructor instantiates it. 1.Although the init method of the servlet initializes it, a constructor instantiates it. |
|