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
How can the session in servlet be destroyed?
Difference between java beans & servlets?
How do we go with database connection and log4j integration in servlet?
How can the referrer and the target urls be used in servlet?
What are the functions of the servlet container?
What do you mean by servlet?
What are the disadvantages of storing session state in cookies?
What are the differences between forward() method and sendredirect() methods?
How do you load an image in a Servlet?
What is the structure of the http response
What is the difference between genericservlet and httpservlet
What are the life cycle methods of the servlet?
How we can get ip address of client in servlet?
What is the purpose of inter-servlet communication?
Which http method is said to be non-idempotent and idempotent?