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
Differentiate between get and post?
What is the default http method in the servlet?
Who is responsible for writing a constructor?
How can you run a servlet program?
What is httpservlet class?
What is difference between GenericServlet and HttpServlet?
How to handle exceptions thrown by application with another servlet?
Which application server is best for java?
How do you find out what client machine is making a request to your servlet
Can we use the constructor, instead of init(), to initialize servlet?
What is a servlet context?
What are the mechanisms used by a servlet container for maintaining session information?
What is servlet in web technology?
Explain the servlet context.
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?