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
How can we create a thread in java?
What does ide stand for?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is the basic concept of java?
What is difference between hashset and hashmap in java?
How do you escape in java?
Can I uninstall java?
What are the three types of design patterns?
What are scalar data types?
What is module in oop?
How does linkedhashmap work in java?
How does indexof work?
What are parameters in a method?
Can a abstract class be declared final?
What does int [] mean in java?