Which exception is thrown if servlet is not initialized properly?
Answer Posted / rani
If an initialisation errors occurs the servlet incapable of handle client requests, throws an "UnavailableException". This indicates the servlet is unavailable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What are all the protocols supported by httpservlet?
Name the different ways of session tracking.
What is cookie? Why is cookie used?
What do you mean by httpservlet and how it is different from the genericservlet?
How can the session in servlet be destroyed?
Difference between GET and POST?
Whats the advantages using servlets over using CGI?
Is dispatcher servlet a singleton?
What is dispatcher servlet?
What is meant by a web application
Explain how does JSP handle run-time exceptions?
What is called servlet container?
What’s the use of the servlet wrapper classes??
Why is a constructor needed in a servlet even if we use the init method?