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 the difference between get and post method in servlet?
describe all about advanced java with presentation
What are session variable in servlets?
How to prevent browser from caching the page content?
What is the dispatcher servlet?
Difference between web container & web server........... Difference between web server & application server?????????
Is it possible to send a mail from a servlet? Explain?
request parameter how to find whether a parameter exists in the request object?
What compiler do not do if we create our own constructor?
How can we invoke another servlet in a different application?
What is servlet and how it works?
What are the classes and interfaces for servlets?