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
How to display names of all components in a Container?
What is flag in java?
What is a buffer in java?
Similarity and difference between static block and static method ?
Discuss different types of errors that generally occur while programming.
What is balanced tree in java?
How do you convert an int to a double in java?
Can you extend singleton class?
Why constructor has no return type?
What are keywords in java?
How many threads can java run?
Is integer passed by reference in java?
What is data movement?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is a bufferedreader?