When garbage collector invokes object?s finalize() method?
Answer Posted / sameer
First the object has become unreachable
second the finalize() method call
third the object collect by garbage
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the main purpose of java?
What is a flag variable?
What is a hashmap used for?
Is there any difference between synchronized methods and synchronized statements?
What is a qualifier in a sentence?
What is a vararg?
What is args length in java?
Which api is provided by java for operations on set of objects?
What are three advantages of using functions?
What is an off by one error in java?
What is the reason behind using constructors and destructors?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Does java runtime require a license?
How java uses the string and stringbuffer classes?
What is set string?