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


When is the finally clause of a try-catch-finally statement executed?



When is the finally clause of a try-catch-finally statement executed?..

Answer / Saurabh Chandra

The finally block is always executed, whether an exception occurs or not, after the execution of the try and catch blocks. It is executed before the program transfers control back to the caller.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Which is better list or arraylist in java?

1 Answers  


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

1 Answers  


What are serialization and deserialization?

1 Answers  


What is string example?

1 Answers  


Why for each loop is used?

1 Answers  


What value is a variable of the string type automatically initialized?

1 Answers  


When try and catch block is used ?

6 Answers  


What are 3 boolean operators?

1 Answers  


How is garbage collection controlled?

1 Answers  


What is arraylist e?

1 Answers  


Why do we use public static with the main function in Java?

13 Answers   College School Exams Tests, Infosys,


Why does java not support operator overloading?

1 Answers  


Categories