[單項選擇題] 閱讀下列程序片段 Publicvoidtest() Try sayHello(); system.out.println(“hello"
2021-07-20
[單項選擇題] 閱讀下列程序片段
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()方法的運行結(jié)果將是( )。
A.Hello
B.ArraylndexOutOfBondsException
C.Exception
Finally
D.Hello
Finally
正確答案:D
參考解析:sayHello()方法正常運行則程序不拋出異常,并走finally,所以為D。
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。