In this tutorial on "Effective Java", I discuss why overriding the finalize method is a bad idea and why it was deprecated for removal in JDK 9. For more reading material about finalizers, see:
https://stackoverflow.com/questions/56139760/why-is-the-finalize-method-deprecated-in-java-9
Download
0 formats
No download links available.
Effective Java in depth -- Item 8: Avoid finalizers and cleaners | NatokHD