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 finally in exception handling?

Answer Posted / niranjanravi

finally is a keyword we have in Exception handling.It
creates a block of code to be executed after try or catch
has completed and before the code following the try or
catch.finally block will be executed whether or not an
exception is thrown.

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the format specifier?

996


How to sort numbers in java without array?

1046


What is array class in java?

1118


What is the difference between call by reference and call by pointer?

1016


How do you define a set in java?

1062


What is the difference between actual and formal parameters?

1004


Explain the importance of throws keyword in java?

1046


What is array command?

1266


What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

1176


What is difference between an object and a class?

1173


How many unicode characters are there?

1114


What are loops in java? What are three types of loops?

1079


Which access specifier can be used with class ?

1049


write a program that list all permutations of ABCDEF in which A appears before B?

2523


How to avoid memory leak in java?

1182