Re: Object reference counting



Chris wrote:
I think finalizers were intended for this purpose, but there is quite a bit out there on why using finalizers is a bad idea.

Use of finalize() is not a bad idea. Misuse of finalize() is a bad idea.

- Lew
.