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 will happen if we cannot mention "finally" in Java
Program ???

Answers were Sorted based on User's Feedback



What will happen if we cannot mention "finally" in Java Program ???..

Answer / ashok

no problem.if we declare it is better.because compulsory
statements are written in finally block.

Is This Answer Correct ?    18 Yes 0 No

What will happen if we cannot mention "finally" in Java Program ???..

Answer / dhruva

finally must be used while dealing with I/O like,
file,stream and reader, etc.
in finally block, we r closing I/O objects in LIFO way to
avoid curruption of I/O during GC process and also, after
one I/O related program finish execution - just for the
sake of flushing for next use in better way

Is This Answer Correct ?    7 Yes 2 No

What will happen if we cannot mention "finally" in Java Program ???..

Answer / busi

Nothing happend , if any information should be displayed on
console we can use this finally block.Irrespective of code
execution the jvm will display the message on console.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Core Java Interview Questions

Can we inherit the constructor in a Class?please give one example.

9 Answers   iGate,


What is the difference between a field variable and a local variable?

0 Answers  


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

0 Answers  


why not override thread to make a runnable? : Java thread

0 Answers  


What is a method signature java?

0 Answers  


What is the maximum size of hashmap in java?

0 Answers  


Why destructor is not used in java?

0 Answers  


What do you mean by default constructor in java?

0 Answers  


What is the epoch date?

0 Answers  


How to perform linear search in java?

0 Answers  


what is the Yield() method used in threads?

4 Answers   Accenture,


What is java util collection?

0 Answers  


Categories