The big one to remember with your older code - finalization is deprecated. Closeable
or AutoCloseable
is preferred alongside a try-with-resources
block.
You must log in or register to comment.
The big one to remember with your older code - finalization is deprecated. Closeable
or AutoCloseable
is preferred alongside a try-with-resources
block.