Avatar
If an uncaught exception is thrown during the finalization, the exception is ignored and finalization of that object terminates.
4:31 AM
Possible Duplicate: method finalize and exceptions The garbage collector invokes finalize() method when an object is about to released from memory. What happens when an exception is raised in ...