Exception 與Error 都是繼承自Throwable, 在Java 的世界裡, 只有Throwable 類型的instance 才可以被throw 或 ... try (BufferedReader reader = new BufferedReader(…);
確定! 回上一頁