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 becomeunreachable.
-
Interview Candidate
- Aug 27th, 2004
- 1
- 11058
Showing Answers 1 - 1 of 1 Answers
Under what conditions is an object's finalize() method invoked by the garbagecollector