What are the exceptions thrown by Servlets?
Answer Posted / sachin g.
1. ServletException
2. IOException
3. ClassNotFoundException
4. SQLException
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Define the servlet mapping.
What is cookies in servlet with example?
How do you get the ip address of the client in servlet?
What are the features added in Servlet 2.5?
What are life cycle methods of a servlet?
How would you create deadlock on your servlet?
What are all the protocols supported by httpservlet?
Which http method is said to be non-idempotent and idempotent?
How is the get () method different from the post() method?
How do we share data using 'getservletcontext ()?
What are the steps that are involved in using the httpservlet class?
What is session?
What's the advantages using servlets than using cgi?
What is difference between PrintWriter and ServletOutputStream?
Is that servlet is pure java object or not?