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 are Servlets?
What is a web container and what is its responsibility?
What are the types of Session Tracking ?
Explain the architechure of a servlet?
Can servlet have a constructor ?
Is it possible to have a constructor inside the servlet?
Explain the steps involved in placing a servlet within a package?
Explain jsessionid?
List some life cycle methods of a servlet.
How do we translate jsp?
What do you mean by cgi and what are its drawbacks?
what is multiple server?
What do you mean by cgi?
Describe some assignments that are executed by servlet container?
Can we fetch the attributes related to a servlet on a different servlet?