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 is Servlet API used for connecting database?

0 Answers  


What is servlet in simple terms?

0 Answers  


Write a hello world program using servlets.

0 Answers  


How will two or three servlets interact or communicate with each other?

0 Answers  


Why do you use session tracking in httpservlet?

0 Answers  






How do you configure a centralized error handler in servlets?

0 Answers  


How to handle exceptions thrown by application with another servlet?

0 Answers  


What’s the difference between sendredirect and forward methods

0 Answers  


What are the classes and interfaces for servlets?

4 Answers  


Difference between httpservlet and generic servlets?

0 Answers  


How we can create war file in servlet?

0 Answers  


what are the CGI Programs?

5 Answers  


Categories