Consider the following example, which contains duplicate code in each of the catch blocks: catch (IOException ex) { logger.log(ex); throw ex; ...
確定! 回上一頁