Java Servlet Programming Question: If a servlet is not properly initialized, what exception may be thrown? Java Servlet Programming Interview QuestionAnswer: During initialization or service of a request, the servlet instance can throw an UnavailableException or a ServletException. Previous QuestionNext QuestionWhen a client request is sent to the servlet container, how does the container choose which servlet to invoke?Given the request path below, which are context path, servlet path and path info?