Java 7 : The new try-with-resources statement | Blog blog("Baptiste Wicht");
From the build 105, the compiler and runtime of Java 7 Releases have support for the new form of try : try-with-resources, also called ARM (Automatic Resource Management) blocks.
This new statement make working with streams and all kind of closeable resources easier. By example, in Java, you can have this kind of code :
Read full article from Java 7 : The new try-with-resources statement | Blog blog("Baptiste Wicht");
No comments:
Post a Comment