What are the exceptions thrown by Servlets?

Answers were Sorted based on User's Feedback



What are the exceptions thrown by Servlets?..

Answer / baskar

Servlet Exception and IOException

Is This Answer Correct ?    13 Yes 2 No

What are the exceptions thrown by Servlets?..

Answer / tulasivani

The Expceptions thrown by the servlet can be in two
exception classes

1.Servlet Exception

public ServletException();
public ServletException(String message);
public Throwable getRootCause()


2.Servlet Unavailable Exception

public class UnavailableException extends ServletException

public UnavailableException(String message);
public UnavailableException(String message, int seconds);

Is This Answer Correct ?    11 Yes 3 No

What are the exceptions thrown by Servlets?..

Answer / sachin g.

1. ServletException
2. IOException
3. ClassNotFoundException
4. SQLException

Is This Answer Correct ?    7 Yes 7 No

What are the exceptions thrown by Servlets?..

Answer / madhuri

servlet can thrown any type of unchecked Exception

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Servlets Interview Questions

what is servlet chaining?

0 Answers  


If my browser does not support cookie, and my server sends a cookie instance what will happen?

0 Answers  


what happens if we wont use destroy()?

4 Answers   IBM,


Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.

5 Answers  


What are the exceptions thrown by Servlets?

4 Answers   Amplify Mindware,






How do you create connections for number of users, if you want to improve performance?

2 Answers  


how can you give alias to servlets?

1 Answers  


What do you mean by servlet?

0 Answers  


What is the protocol used by Server & Client?

2 Answers  


What is cookie in servlet?

0 Answers  


what is a session object?

2 Answers  


What are sessions in servlets?

0 Answers  


Categories