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


java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?



java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at ..

Answer / vandana singh

If you want to do a task that must be perform with every situation when exception occurs or not. that you should write the code for this in finally block. cause finally block execute in both situation exception occurs or not.

if an exception occurs then catch block statements execute after that control transfer to finally block.

if any exception not occurs than control transfer to finally block.

Is This Answer Correct ?    26 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the purpose of java?

0 Answers  


What is string in java?

0 Answers  


What is the purpose of the return statement?

0 Answers  


What is the difference between access specifiers and access modifiers in java? 16

0 Answers  


Does unicode support all languages?

0 Answers  


What are checked exceptions?

0 Answers  


What’s a deadlock?

0 Answers  


What are classloaders?

0 Answers  


What are the differences between include directive and include action?

0 Answers  


how can u apply shallow cloning and deep cloning to create object?

1 Answers   Yash Technologies,


Why string is called as immutable?

0 Answers  


What's a method in programming?

0 Answers  


Categories