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 |
What methods do we use in Servlet to Applet communication?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What are the steps that are involved in using the httpservlet class?
What is the first statement in jsp page.
Explain the lifecycle of a servlet?
What is the need of session tracking in web application?
How multiple simultaneous requests can be handled by servlets?
What is called Session Tracking?
How many servlet objects are created?
How do you create a cookie using servlet?
What do you mean by the servlet chaining?
How do you find out what client machine is making a request to your servlet