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 |
How can we create an immutable class in java?
What is difference between core java and java ee?
can you program for reverse string?
Is there is any error if you have multiple main methods in the same class?
What is the use of arraylist in java?
How we can run a jar file through command prompt in java?
What is return used for in java?
What is the exact difference in between Unicast and Multicast object ?
What is externalizable interface?
How is string stored in java?
What super () does in java?
which class is the wait() method defined in? : Java thread