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 is the difference between long.class and long.type?

1176


What is Remote Server?

2253


Explain how will the struts know which action class to call when you submit a form?

1013


How to pass parameters in RMI?

2310


What if the static modifier is removed from the signature of the main method?

1304


what is an isolation level?

2798


What is RMI and what are the services in RMI?

1248


What is a policy?

2351


how to use debug in my elipse to solve problems that exist in my project

2329


Do I need to import javlang package any time? Why ?

1149


What is meant by method chaining?

1202


Describe activation process?

2712


Why do threads block on i/o?

1317


the same information whether it will connect to the database or it will be used previous information?

1095


What is prototype?

1257