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. In Java, if a servlet is not properly initialized, it may throw the ServletException. The ServletException is a generic exception that can be thrown by a servlet to indicate that it encountered difficulty during its initialization or servicing. … Read more