[單項選擇題] 閱讀下列程序片段 Public void test(){ Try{ sayHello(); system.out.println(“he
2021-07-20
[單項選擇題] 閱讀下列程序片段 Public void test(){ Try{ sayHello(); system.out.println(“hello”); } catch (ArrayIndexOutOfBoundException e) { System.out.println(“ArrayIndexOutOfBoundException”); }catch(Exception e){ System.out.println(“Exception”); }finally { System.out.println(“finally”); } } 如果sayHello( )方法正常運行,則test( )方法的運行結果將是
A.Hello
B.Array Index Out Of Bonds Exception
C.
D.
正確答案:D
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學等領域),建議您咨詢相關領域專業(yè)人士。