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 exception & unchecked
exception in java?

Answer Posted / vikneswarank

Java runtime exception handler
can not catch all type of exceptions. As such we need
to explicitly deal with them to prevent abrupt program
termination.Some of the examples for this could be
ArrayIndexOutOfBounds, ArithmeticExceptions etc. The
key factor to remember is that checked exceptions are
the ones where we need to use the try and catch blocks
to get the exception problem solved. The same is not
mandatory for the unchecked exceptions and are caught
well and good by the Java run time Exception Handler

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are local interfaces? Describe.

1294


What is ripple effect?

1123


what is meant by JRMP?

2428


How would you detect a keypress in a jcombobox?

1185


what are the activation groupworks?

2247


What is bean? Where can it be used?

1240


Why a component architecture for the java platform?

1306


What must a class do to implement an interface?

1274


Why does the option tag render selected=selected instead of just selected?

1238


Why use a datasource when you can directly specify a connection details?

1076


What is local interface. How values will be passed?

1086


What value does readline() return when it has reached the end of a file?

1136


What is threadfactory?

1151


Why do I get a duplicate name error when loading a jar file?

1188


What are transaction attributes?

1156