Java : try + finally. A finally block is always executed after the code in the preceeding try block. It doesn't matter if the try block throws an exception, ...
確定! 回上一頁