what is the purpose of the final in the try-catch-final
Answer Posted / ramakrishna challapalli
finally is an optional one its not a mandatory statement
after try-catch blocks
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How big is a gigabyte?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Can we have multiple classes in single file ?
How is abstraction implemented in java ?
Explain different types of wrapper classes in java?
What is class variable java?
what do you mean by java annotations?
How can we access some class in another class in java?
How do you sort words in java?
What is OOP Language?
what is the final keyword denotes in java?
What is array list in java?
Is there a sort function in java?
How many types of memory areas are allocated by JVM in java?
What is fail first in java?