在方法声明中,说明该方法可能会抛出的异常列表时使用哪个关键字?()
A: throw
B: catch
C: finally
D: throws
A: throw
B: catch
C: finally
D: throws
举一反三
- 在方法的声明中,要求该方法必须抛出异常时使用哪个关键字?() A: throw B: catch C: finally D: throws
- Java中用来声明一个方法可能抛出某种异常的关键字是()。 A: throw B: catch C: throws D: finally
- 在方法中,抛出异常对象时使用的关键字是( ) A: throw B: catch C: finally D: throws
- 在方法声明部分表示有异常抛出的关键字是 A: throw B: throws C: catch D: finally
- 使用下列哪个关键字可以抛出异常对象?() A: throw B: catch C: finally D: throws