Which exception is thrown if servlet is not initialized properly?



Which exception is thrown if servlet is not initialized properly?..

Answer / 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

More Servlets Interview Questions

What are the disadvantages of storing session state in cookies?

0 Answers  


Explain jsessionid?

0 Answers  


How to pass a requrest object of one servlet as a request object to another servlet?

4 Answers   Verizon,


what is a session object?

2 Answers  


request parameter how to find whether a parameter exists in the request object?

0 Answers  






can i call init() method in destroy() method of servlset. ?

5 Answers   IBM,


How to generate the server side programming and the advantages of it over the other languages?

0 Answers  


What is the need of session tracking in HttpServlet ?

3 Answers  


How do you load an image in a Servlet?

0 Answers  


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

0 Answers  


Why servlet is faster than jsp?

0 Answers  


What is http servlet? Explain with the help of an example.

0 Answers  


Categories