Under what conditions is an object's finalize() method invoked by the garbagecollector
The garbage collector invokes an object's finalize() method when it detects that the objecthas become unreachable.
-
Interview Candidate
- Aug 26th, 2004
- 1
- 1717
Showing Answers 1 - 1 of 1 Answers
Under what conditions is an object's finalize() method invoked by the garbagecollector