二级二级JAVA2009年9月全国计算机等级考试二级笔试试卷Java语言程序设计
题目内容

阅读下列程序片段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( )方法的运行结果将是

2024-07-09

A.Hello

B.ArrayIndexOutOfBondsException

C.ExceptionFinally

D.HelloFinally

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端