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 common tasks performed by Servlet Container?
Differentiate between the print writer and servlet output stream?
What are the common methods that are included in the http servlet class?
How would you create deadlock on your servlet?
Why is httpservlet declared abstract?
If a servlet is not properly initialized, what exception may be thrown?
What is context in servlet?
Is servlet thread safe?
How to generate the server side programming and the advantages of it over the other languages?
How can we refresh automatically when new data is entered into the database?
Name the packages that work with servlet?
Explain the concept of ssi ?
If servlet receives multiple requests, how many objects will it create?
What is servlet container?
How do you invoke a servelt?