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 |
Can we fetch the attributes related to a servlet on a different servlet?
What is ServletContext object?
What are the steps involved in placing a servlet within a package?
What is the difference between the http servlet and generic servlet?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
How do you create connections for number of users, if you want to improve performance?
What are the exceptions thrown by servlets? Why?
In servlets, Why do we need both GET and POST method implementations?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
How can you run a servlet program?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
What's the servlet interface?