what is the purpose of the final in the try-catch-final
Answer Posted / maha
That's not final,that one is finally, which is followed
after the try-catch block,It helps "garbage collection".
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is meant by javabeans?
What is the purpose of garbage collection in java?
What is close method? How it's different from Finalize & Dispose?
What is a final class ?
What is difference between fileinputstream and filereader in java?
Can a final variable be manipulated in java?
Is null a string or object in java?
How can you add and remove nodes in jtree?
Explain the access modifiers for a class, method and variables?
Where is jre installed?
What is a constructor, constructor overloading in java?
State the merge-sort principle and its time complexity.
What is difference between stringbuffer and string?
What is re-factoring in software?
How do you escape sequences in java?