使用那个关键字可以在程序中手工抛出异常
A: throws
B: throw
C: assert
D: class
A: throws
B: throw
C: assert
D: class
举一反三
- 使用那个关键字可以在程序中手工抛出异常 。 A: A、 throws B: B、 throw C: C、 assert D: D、 class
- 使用( )关键字可以在程序中手工抛出异常 A: throws B: throw C: assert D: catch
- 下列关于throws关键字的说法中,错误的是() A: throws关键字用于抛出异常 B: 可以使用throws关键字一次抛出多种类型的异常 C: 使用throws关键字抛出的异常,后续调用者在使用时无需处理 D: 使用throws关键字抛出异常后,程序可以编译通过
- 关于throw和throws描述不正确的是( )。 A: 对异常进行抛出时使用的关键字 B: throw是方法内抛出异常对象 C: throw可以抛出多个对象 D: Throws是在方法定义时抛出异常
- 抛出异常,使用关键字( ) A: try B: throw C: throws D: catch