finalize()



Is there a way to make sure that finalization always occurs; that an
object's finalize() method is always called before program exit?
Thanks

.