what are the differences between final,finally,finalize
methods?
Answer Posted / thennavan.m
final is a Modifier
finally is a closed Exception Statement
finalize is method{remove the memory resource before call
the garbage collection}
| Is This Answer Correct ? | 20 Yes | 11 No |
Post New Answer View All Answers
What is stream api in java8?
How to set the permissions to a file in java?
How does regex work?
What is an enumeration?
What does it mean that a class or member is final?
What is tochararray in java?
What are the five major types of reference sources?
What is the use of accept () method in java?
what is meant wrapper classes?
Difference between default and protected access specifiers?
Is null a string?
What do you mean by singleton class in java?
which class is the wait() method defined in? : Java thread
Difference between static binding and dynamic binding?
What is navigable map in java?