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 |
Which java framework is most popular?
What are the servlet events?
What are the key methods that are involved in processing of http servlets?
What are setComment and getComment methods in Cookies?
What is a servlet context?
what is the difference between do get/dopost
Explain Servlet Chaining ?
What is meant by a web application
What is DSN and System DSN and what is the difference between them?
What is cookies in servlet with example?
Can we use the constructor, instead of init(), to initialize servlet?
How two servlets communicate with each other?