[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fn7RId6jfNgfBTXtQgXDSDUk2yNmTBl9AdxydSqNGhaA":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":8,"question":15,"related":16,"source":27,"type":70},[],"2024-05-16 15:21:04",143991881,[],{"count":9,"courseId":10,"courseImg":11,"courseName":12,"workId":13,"workName":14},15,"686484b5c711dad9bec3133c5802a712","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002Ff416a82ee50c5f966406b5d3c525d174.JPG","Java程序设计（原课程名《Java语言与网络编程》）","work_35024635","第五章异常","如果一个方法要抛出多个异常,可以使用____关键字,每种异常之间用逗号隔开",[17,29,38,47,56,65,71,76,81,84],{"answer":18,"createTime":19,"id":20,"options":21,"question":26,"source":27,"type":28},[],"2024-05-16 15:02:02",143989031,[22,23,24,25],"try","catch","finally","throw","在异常处理时,如释放资源关闭文件等由下列哪个语句完成.()","v1",0,{"answer":30,"createTime":19,"id":31,"options":32,"question":37,"source":27,"type":28},[],143989032,[33,34,35,36],"Throwable","Error","Exception","RuntimeException","下列哪个类是所有异常类的父类.()",{"answer":39,"createTime":19,"id":40,"options":41,"question":46,"source":27,"type":28},[],143989033,[42,43,44,45],"public void throws IOExceptionfun(){}","public void fun throws IOException(){}","public void fun() throws IOException{}","public void fun() throws IOException,throws SQLException{}","下列异常声明中,正确的是( )",{"answer":48,"createTime":19,"id":49,"options":50,"question":55,"source":27,"type":28},[],143989034,[51,52,53,54],"编译异常就是指Exception以及其子类","编译异常如果产生,可以不用处理","编译异常如果产生,必须处理,要么捕获,要么抛出","编译异常指的就是Error","以下关于编译异常说法正确的是( )",{"answer":57,"createTime":19,"id":58,"options":59,"question":64,"source":27,"type":28},[],143989035,[60,61,62,63],"输出0","输出1","输出0.5","编译失败","下面程序的运行结果是( ) class Demo{ public static void main(String[] args){ int x = div(1,2); try{ }catch(Exception e){ System.out.println(e); } System.out.println(x); } public static int div(int a,int b){ return a \u002F b ; } }",{"answer":66,"createTime":5,"id":67,"options":68,"question":69,"source":27,"type":70},[],143991878,[],"____类及其子类用于表示运行时异常",2,{"answer":72,"createTime":5,"id":73,"options":74,"question":75,"source":27,"type":70},[],143991879,[],"异常分为两种,分别是____和____.(都是5个字)",{"answer":77,"createTime":5,"id":78,"options":79,"question":80,"source":27,"type":70},[],143991880,[],"____关键字用于在方法中声明抛出异常的实例对象",{"answer":82,"createTime":5,"id":6,"options":83,"question":15,"source":27,"type":70},[],[],{"answer":85,"createTime":5,"id":86,"options":87,"question":88,"source":27,"type":70},[],143991882,[],"自定义异常需要继承____类"]