try block in Java. try block is used to enclose the code that might throw an exception. try block must be followed by either catch or finally ...
確定! 回上一頁