Can an object?s finalize() method be invoked while it is
reachable?
Answers were Sorted based on User's Feedback
Answer / 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 |
What data type is true or false?
What are extraneous variables examples?
What is space character in java?
What are the string methods in java?
What is assembly used for?
What is the final keyword?
Explain jvm, jre, and jdk?
Can you pass functions in java?
What is array and arraylist in java?
What is the difference between heap and stack memory?
Where is core java used?
What is bytecode verifier?