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
- 2
- 1732
Showing Answers 1 - 2 of 2 Answers
Under what conditions is an object's finalize() method invoked by the garbagecollector