java 7 try with resources理解

参考文档:

官方文档:http://docs.oracle.com/javase/7/docs/technotes/guides/language/try-with-resources.html#suppressed-exceptions

其他文档:http://ifeve.com/java-7%E4%B8%AD%E7%9A%84try-with-resources/

原文地址:https://www.cnblogs.com/daixianjun/p/java-try-with-resource.html