In Java SE 7 or later you can use try-with-resources statement to ensure that each resource is closed at the end of the statement.
確定! 回上一頁