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

Explain the difference between get and post method in servlet?

0 Answers  


describe all about advanced java with presentation

4 Answers   Sun Microsystems,


What are session variable in servlets?

0 Answers  


How to prevent browser from caching the page content?

1 Answers  


What is the dispatcher servlet?

0 Answers  


Difference between web container & web server........... Difference between web server & application server?????????

8 Answers   TCS,


Is it possible to send a mail from a servlet? Explain?

4 Answers  


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

0 Answers  


What compiler do not do if we create our own constructor?

5 Answers   HCL,


How can we invoke another servlet in a different application?

0 Answers  


What is servlet and how it works?

0 Answers  


What are the classes and interfaces for servlets?

4 Answers  


Categories