java

Deprecated Features in Java 18 thru 21 - Sip of Java – Inside.java

https://inside.java/2023/12/17/sip093/

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

2
0
Comments 0