在异常处理中,将可能抛出异常的代码放在( )语句块中
A: throws
B: catch
C: try
D: finally
                    A: throws
B: catch
C: try
D: finally
举一反三
- 在异常处理中,将可能抛出异常的方法放在( )。 A: throws B: try C: catch D: finally
 - 为了捕获一个异常,代码必须放在()语句块中。 A: try B: catch C: throws D: finally
 - 为了捕获一个异常,代码必须放在下面()语句块中。 A: try块 B: catch块 C: throws块 D: finally块
 - 为了捕获一个异常,代码必须放在下面什么语句块中( )。 A: throws块 B: catch块 C: finally块 D: try块
 - 为了捕获代码中的异常,可能出现异常的代码必须放在下面( )块中 A: try B: catch C: throws D: finally
 
