What will happen if we cannot mention "finally" in Java
Program ???
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Why java is object oriented?
What are the methods available in a class?
What is difference between fileinputstream and filereader in java?
What is import java util arraylist?
How many classes can any class inherit java?
What is the catch or declare rule for method declarations?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is the difference between Array and Hash Table?
State the merge-sort principle and its time complexity.
0 Answers Akamai Technologies,
Explain about fail fast iterators in java?
What is a string what operation can be performed out with the help of a string?
What is the purpose of garbage collection in java? When is it used?