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...

How does a try statement determine which catch clause
should be used to handle an exception?

Answer Posted / guest

when an exception is thrown with in the body of the try
statement then the catch clauses of the try statement are
examined in the order in which they appear.The first catch
clause that is capable of handling the exception is caught
and the remaining are ignored.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Applet Stub Interface ?

2564


What is a two-pass assembler?

1100


What is scope & storage allocation of static, local and register variables? Explain with an example.

1053


What are the disadvantages of object oriented programming?

1340


What is a boolean structure?

1133


Which sorting algorithm is in place?

1019


What is meant by class loader? How many types are there? When will we use them?

1010


Why is String immutable?

1116


Why do we need data structure in java?

1122


What is string buffer?

995


Can you use abstract and final both with a method?

1161


What is static keyword in java?

1057


How to create a base64 decoder in java8?

1111


Is a method a function?

1097


What is java Applet?

1154