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
Can I extend singleton class in java?
Is 0 true or is 1 true?
Give a practical example of singleton class usage?
What do you understand by the term polymorphism?
Are floats faster than doubles?
Differentiate between stringbuffer and string?
What is field name?
Is void a data type?
How do you use equal in java?
What is an class?
How do I get a substring?
What is a treeset in java?
How is a structure different from array ?
How is Object Oriented Programming different from Procedure Oriented Programming?
How does indexof work?