天天看點

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

首先看代碼:

使用前置條件:實作java.lang.AutoCloseable接口

java1.7引入的新特性。類似于C#的using語句塊,隻要類實作了IDisposable接口