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
Why do we create public static method in java?
Where import statement is used in a java program?
What is thread safe in java?
What is final keyword in java?
Can we sort list in java?
What is java util?
Can a class extend 2 classes in java?
Explain a few methods of overloading best practices in java?
What is native code?
What package is math in java?
Define an abstract class with reference to java.
Does windows 10 need java?
What is tcp and udp?
Which is faster string or stringbuilder?
What isan abstract class and when do you use it?