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 are the differences between the servletconfig interface and the servletcontext interface?
Which exception is thrown if the servlet is not initialized properly?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What do you mean by servlet?
Is it good idea to create servlet constructor?
How the JSP file will be executed on the Server side?
Explain get and post.
Explain the working of service() method of a servlet.
What is servlet invoker?
Why the container loads server at the application startup and how?
What are the servlet events?
If servlet receives multiple requests, how many objects will it create?
Why are servlets used?
What is context in servlet?
What is new in ServletRequest interface ? (Servlet 2.4)