哪个关键字可以抛出异常?
A: throws
B: finally
C: transient
D: throw
A: throws
B: finally
C: transient
D: throw
D
举一反三
内容
- 0
(1)Java中()关键字可以抛出异常 A: transient B: finally C: throw D: static
- 1
抛出异常应该使用的关键字是() A: catch B: throws C: throw D: finally
- 2
下列哪个关键字可以抛出异常?___。 A: new B: finally C: throw D: static
- 3
在方法的声明中,要求该方法必须抛出异常时使用哪个关键字?() A: throw B: catch C: finally D: throws
- 4
在方法声明部分表示有异常抛出的关键字是 A: throw B: throws C: catch D: finally