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


Why we need Finally with try?
pls expain with ur example..

Answers were Sorted based on User's Feedback



Why we need Finally with try? pls expain with ur example....

Answer / kedar lasane from tuljapur

Because Some Instructions that must be executed in our java
program though there is exception in try block caught by
catch.Once the Exception occurs it catched by catch
statement and control never goes to try block again.So to
Execute some statements after subsequent with try block then
finally {} block is used.Hopefully You find your solution.If
any questions regaurding to java just mail me.
--------------
thnx
my blog: http://www.tuljabhavani.in

Is This Answer Correct ?    34 Yes 4 No

Why we need Finally with try? pls expain with ur example....

Answer / uppaluri

Finally Block always executes when the try block exists. Finally is used for more than exception handling : It allows the Programmer to avoid having cleanup code accidentally bypassed by a return, continue, or break. Putting cleanup code in a finally block is always a good practice. Hopefully you find your Solution.If you have any questions regarding Java mail me

Is This Answer Correct ?    16 Yes 6 No

Why we need Finally with try? pls expain with ur example....

Answer / neha

finally block gets executed in both scenarios I.e exception occurs or doesn't occur..it is used to write the code which we want to execute in both successful or failed scenarios..generally code for cleaning up resources added in finally block.e.g closing file,closing socket connection.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread

0 Answers  


How many objects are created when we create String class object using new operator?

9 Answers   Mind Tree,


What is character in data type?

0 Answers  


What is a prefix function.write down a code to compute prefix function.

0 Answers  


Is alive method in java?

0 Answers  


Which non-unicode letter characters may be used as the first character of an identifier?

0 Answers  


What is the constructor?

0 Answers  


Will set allow duplicates in java?

0 Answers  


What is java class writing rules?

1 Answers   Oracle,


How do you reverse a word in java?

0 Answers  


What an i/o filter in java programming?

0 Answers  


what is the difference b/w static and final methods?

1 Answers  


Categories