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 are the kinds of polymorphism?
What is java full form?
How do I type unicode?
Explain the difference between association, aggregation and inheritance relationships.
Does collectionutils isempty check for null?
What is vector capacity in java?
How do you implement polymorphism in our day to day life?
How do you clear an arraylist in java?
What is vector?
What is integer valueof?
Why is java called java?
Why does java not allow multiple public classes in a java file ?
What is multi level inheritance in java?
Can we assign the reference to this variable?
How can a gui component handle its own events in java programming?