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 is difference between checked and unchecked exception
plz explain examples ?

Answer Posted / brahmi

Unchecked Exceptions :

Unchecked exceptions are RuntimeException and any of its
subclasses. Class Error and its subclasses also are
unchecked.
Unchecked runtime exceptions represent conditions that,
generally speaking, reflect errors in your program's logic
and cannot be reasonably recovered from at run time.
With an unchecked exception, however, compiler doesn't
force client programmers either to catch the exception or
declare it in a throws clause.
The most Common examples are ArrayIndexOutOfBoundException,
NUllPointerException ,ClassCastException

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is java swing components?

1154


What is the design pattern that java uses for all swing components ?

976


What is an event and what are the models available for event handling?

1046


What are swing components?

1134


Why swing components are called lightweight components?

1024


What is the what is the difference between invokeandwait() and invokelater()? ?

1146


What is swing components in java?

1010


Why swing is used in java?

1035


How to create a swing gui in java?

1044


What are the benefits if Swing over AWT?

1119


What class is at the top of the AWT event hierarchy?

1138


What is the purpose of action interface in swing?

1101


What is swing package in java?

1012


What is jpanel swing?

1241


What is import javax swing * used for?

1031