Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
From the book excerpt... So in principle, if I don't define finalize() methods in my code, the GC will run faster over my objects because it will only have to do a Phase I pass and can skip the Phase II pass? Oh, but as I can make no assumptions about the GC, I suppose there's little point loosing sleep over this. Richard
Replies:
|
Sponsored Links
|