I don\'t understand very well when an exception is ignored by the GC when it reclaims from the memory an object.
If I have a try/catch into a finalize metho
try/catch
It means that any exception thrown from the finalize method is ignored. However, exceptions inside it still work as usual.
finalize