the method is finalizelaunched by the finalizer thread. if you select an exception, the finalizer will ignore it (swallow). Otherwise, the stream of the finalizer will die. This applies to exceptions that are thrown and not caught in your code (internally finalize()). If you catch an exception, this is common.
source
share