天天看点

java1.7新特性:try-with-resources

首先看代码:

使用前置条件:实现java.lang.AutoCloseable接口

java1.7引入的新特性。类似于C#的using语句块,只要类实现了IDisposable接口