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
What is servlet attributes and their scope?
What is servlet and list its types?
how many jsp scripting elements are there and what are those?
What is cgi and what are its drawbacks?
Can you call a jsp from the servlet?
What do you mean by web applications?
What are the ways to handle multi-threading in servlets?
Can we override destroy method in servlet?
What is cookies in servlet with example?
Explain web container.
What are the different methods involved in generic servlet?
Explain url encoding in servlet?
What is a servlet context?
What are the differences between forward() method and sendredirect() methods?
What is the