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 |
Explain web container.
How does tomcat servlet container work?
Can a jsp be called using a servlet?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
How to debug a servlet?
What is java servlet?
Which HTTP method is non-idempotent?
can we override service method in my servlet class..?? if yes or no why ??
What is the use of RequestDispatcher in servlet?
18 Answers Accenture, CTS, TCS,
What is the first statement in jsp page.
What are Servlets?
What’s the use of the servlet wrapper classes??