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 do you mean by session tracking and also explain its techniques?
How to get the IP address of client in servlet?
Which interface must be implemented by all servlets?
how many jsp scripting elements are there and what are those?
What are the different ways we can maintain state between requests?
What do you mean by deployment descriptor?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Can you send an authentication error from a servlet?
What are the mechanisms used by a servlet container for maintaining session information?
Explain servlet events?
What are all the ways for session tracking?
What are the difference between session and cookies in servlet? Explain
Difference between httpservlet and generic servlets?
What is servlet and its types?
What do you mean by singlethreadmodel interface?