Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the difference between portlet and servlet?

0 Answers  


What are the phases of a servlet life cycle?

0 Answers  


What are the different mode that servlets can be used?

0 Answers  


What do you mean by web applications? Explain web application directory arrangement?

0 Answers  


Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.

4 Answers  


How httpservlet is different from the genericservlet?

0 Answers  


What do you mean by web applications?

0 Answers  


Explain the servlet filter.

0 Answers  


Can we write a constructor for a Servlet class ? if yes how ? if no why not ?

10 Answers  


Servlet is pure java object or not?

0 Answers  


Is dispatcher servlet a singleton?

0 Answers  


What is servletconfig?

0 Answers  


Categories