Answer Posted / nilesh gunaware
Defines a general exception a servlet can throw when it
encounters difficulty.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What are sessions in servlets?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Why doesn’t a servlet include main()?
What are the steps that are required to handle the multi-threading?
Given the request path below, which are context path, servlet path and path info?
Which event is fired at the time of project deployment and undeployment?
What do you mean by request dispatcher in servlet?
What's the difference between authentication and authorization?
Write the code to get the server information in servlet.
What do you mean by scope object and what are its types?
Is it good idea to create servlet constructor?
What are the differences between the servletconfig interface and the servletcontext interface?
What methodology can be followed to store more number of objects in a remote server?
The code in a finally clause will never fail to execute, right?