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 |
Can a constructor be made final?
Explain inheritance in java?
finalize() method?
What is a consumer in java?
what is the main differene between synchronize() method and Synchronize{}block?
What is tree node in java?
How do you declare an empty string?
What is identifier in java?
List out five keywords related to exception handling ?
What is the use of arrays tostring () in java?
Can inner class have constructor?
What is ascii code?