Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
HI, I am new to Java. In "Thinking in Java" by Bruce Eckel, I am doinfg one of the excercises on garbage collection and finalize(). I noticed that my finalize() is not called unless i have a System.out.printlin("gc"); before the System.gc() call. Bruce also has this print in his example. Any ideas? David
Replies:
|
Sponsored Links
|