The big one to remember with your older code - finalization is deprecated. `Closeable` or `AutoCloseable` is preferred alongside a `try-with-resources` block.
No replies yet