DEVFYI - Developer Resource - FYI

If a servlet is not properly initialized, what exception may be thrown?

Servlet Interview Questions and Answers


(Continued from previous question...)

5. If a servlet is not properly initialized, what exception may be thrown?

During initialization or service of a request, the servlet instance can throw an UnavailableException or a ServletException.

(Continued on next question...)

Other Interview Questions