what is the purpose of the final in the try-catch-final
Answer Posted / vikas
final- declares a constant
finally- handles exceptions
finalize- helps in Garbage collection
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is a generic code?
Explain listiterator and methods in listiterator?
What does it mean to flush a file?
what are Hostile Applets?
Is string pool garbage collected?
What is difference between calling start() and run() method of thread?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is pangram in java?
What do you mean by Hash Map and Hash Table?
How to sort numbers in java without array?
Can we override static methods in java?
How can constructor chaining be done using this keyword?
What is an infinite loop? How infinite loop is declared?
How do you ensure that n threads can access n resources without deadlock?
Explain what is Marker interface?