Answer Posted / srikanth reddy
The purpose of finalization is to give an unreachable
object the opportunity to perform any cleanup processing
before the object is garbage collected.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is flag in java?
What is style and indentation?
What is == in java?
Is stringwriter thread safe?
What are the six ways to use this keyword?
What is static and final keyword in java?
Why local variables are stored in stack?
Can a class extend 2 classes in java?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Does isempty check for null?
What is meant by null and void?
How to sort a collection of custom Objects in Java?
What do you mean by jjs in java8?
Can we inherit a class with private constructor?
Is vector synchronized in java?