Thursday, 17 March 2016

What happens if an uncaught exception is thrown from during the execution of the finalize() method of an object ?


The exception will be ignored and the garbage collection (finalization) of that object terminates.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.