二级二级JAVA2013年全国计算机等级考试二级JAVA上机模拟试卷(5)
题目内容

请阅读下列程序代码,然后将程序的执行结果补充完整。横线处应填写的内容是(  )。程序代码:public class throwsExeeption{static void Proc(intsel)throws Arithmetic Exception,Array Index Out OfBounds Exception{System.out.println("InSituation"+sel);if(sel= =0){System.OUt.println("noException caught");return;}else if(sel= =l){__________;    int iArray[]=newint[4];iArray[1]=3;}}public static void main(String args[]){try{Proe(O);Proc(1);}catch(Array Index Out Of Bounds Exception e){System.out.println("Catch"+e);}finally{System.out.println("inProcfinally"):}}}执行结果:In Situation 0no Exception caughtin Proc finally

2024-07-09

A.In Situation l

B.In Situation

C.with Catch

D.int iArray l

题目答案

试卷相关题目

最新试卷
热门试卷

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

去 App Store 免费下载 iOS 客户端