首页 > 计算机 > 计算机考试 正文

[单项选择题] 阅读下列程序片段 Publicvoidtest() Try sayHello(); system.out.println(“hello"); catch(Array

时间:2021-07-20 17:19:03 解答: 87 次

[单项选择题] 阅读下列程序片段

Publicvoidtest()

Try

sayHello();

system.out.println(“hello");

catch(ArrayIndexOutOfBoundExceptione)

System.out.println(“ArraylndexOutOfBoundException”);

catch(Exceptione)

System.out.println(“Exception”);

finally

System.out.println(“finally”);

如果sayHello()方法正常运行,则test()方法的运行结果将是( )。

A.Hello

B.ArraylndexOutOfBondsException

C.Exception

Finally

D.Hello

Finally

正确答案:

D

参考解析:

sayHello()方法正常运行则程序不抛出异常,并走finally,所以为D。

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-02 02:37:46

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-02 02:37:46

←请使用微信扫码支付