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
Is string thread safe in java?
What are the advantages of java over cpp?
What is map and hashmap in java?
What is java used for on a computer?
Explain the differences between static and dynamic variables?
Is int a class in java?
how to create multithreaded program? : Java thread
Why is java called the platform independent programming language?
Explain the JDB in depth & command line.
What is method reference?
What is package protected in java?
What is a control variable example?
How objects of a class are created if no constructor is defined in the class?
What is stringwriter?
Why is String immutable?