Before Java 7, we can close a resource with finally : try{ //open resources }catch(Exception){ //handle exception }finally{ //close ...
確定! 回上一頁