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 different types of Exceptions?.

Answer Posted / ranganathkini

There are three main types of Exceptions:

1. Checked execptions: which have to be handled by the code.
These represent avoidable exceptional conditions which can
be handled and recovered from.

2. Runtime Exceptions: which need not be handled by the
code. These represent unexpected exceptional conditions
which can be handled but not necessarily recover from.

3. Errors: which need not be handled by the code. These
represent severe unexpected exceptional conditions which
shud not be attempted to handle.

Is This Answer Correct ?    79 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of volatile field modifier?

1135


What is a singleton puppy?

1038


How does compareto work in java?

1094


How can you make a class serializable in java?

1041


What is use of valueof () in java?

1104


What is volatile keyword in java

1181


What is the ==?

942


extending thread class or implementing runnable interface. Which is better? : Java thread

1039


What are basic keywords?

1073


What is return used for in java?

1062


What is autoboxing and unboxing?

1060


What are byte codes?

1293


What is the formula to calculate percentage?

1070


What is the difference between a factory and abstract factory pattern?

1197


How do you sort in descending order in java using collections sort?

955