InterviewSolution
Saved Bookmarks
| 1. |
If A Servlet Is Not Properly Initialized, What Exception May Be Thrown? |
|
Answer» During initialization or SERVICE of a REQUEST, the servlet INSTANCE can throw an UnavailableException or a ServletException. During initialization or service of a request, the servlet instance can throw an UnavailableException or a ServletException. |
|