JDK7 新特性

1. try-with-resources 最初是看OSChina,紅薯發文看見的,比較好用。java 操做的類只要是實現了AutoCloseable接口就能夠在try語句塊退出的時候自動調用close方法關閉流資源。ide InputStream is = null; OutputStream os = null; try { // 流 is = xxx; os = xx
相關文章
相關標籤/搜索