Box Old Objects to Be Autoclosable Since Java 7 we can use try-with-resources and have any object automatically closed that implements the Autocloseable interface. But some of the classes need some wrap-up but are not Autocloseable. In this article Peter Verhas is sharing a nice tip how we can close such resources in very simple way! Check it out! #java #junior #middle https://javax0.wordpress.com/2019/05/22/box-old-objects-to-be-autoclosable/