A Subtle AutoCloseable Contract Change Between Java 7 and Java 8 – Java, SQL and jOOQ.
A nice feature of the Java 7 try-with-resources
statement and the AutoCloseable
type that was introduced to work with this statement is the fact that static code analysis tools can detect resource leaks. For instance, Eclipse:
Read full article from A Subtle AutoCloseable Contract Change Between Java 7 and Java 8 – Java, SQL and jOOQ.
No comments:
Post a Comment