Can an object?s finalize() method be invoked while it is
reachable?
Answer Posted / janet
While the object is still reachable, an object?s finalize()
method cannot be invoked by the garbage collector.
However, an object?s finalize() method may be invoked by
other objects.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Difference between keyword and identifier.
How do weakhashmap works?
What does sprintf mean?
What is the meaning of flag day?
What is set and get methods in java?
What is java and their uses?
What do heavy weight components mean in java programming?
What is tochararray in java?
How to implement a multithreaded applet?
What do you understand by the term wrapper classes?
What are the main uses of the super keyword?
How do you check if an arraylist is not empty?
Which sorting is best in java?
What is the difference between final, finally and finalize() in java?
How many bits is a char?