单选题11.classa { 12. public void process() { System.out.print(”a,”); } } 13. class b extends a { 14. public void process() throws IOException { 15. super.process(); 16. System.out.print(”b,”); 17. throw new IOException(); 18. } } 19. public static void main(String[] args) { 20. try { new b().process(); } 21. catch (IOException e) { System.out.println(”Exception”); } } What is the result?()A ExceptionB a,b,ExceptionC Compilation fails because of an error in line 20.D Compilation fails because of an error in line 14.E A NullPointerException is thrown at runtime.
单选题
11.classa { 12. public void process() { System.out.print(”a,”); } } 13. class b extends a { 14. public void process() throws IOException { 15. super.process(); 16. System.out.print(”b,”); 17. throw new IOException(); 18. } } 19. public static void main(String[] args) { 20. try { new b().process(); } 21. catch (IOException e) { System.out.println(”Exception”); } } What is the result?()
A
Exception
B
a,b,Exception
C
Compilation fails because of an error in line 20.
D
Compilation fails because of an error in line 14.
E
A NullPointerException is thrown at runtime.
参考解析
解析:
暂无解析
相关考题:
多选题Which three functions are performed by the SQL Tuning Advisor?()ABuilding and implementing SQL profilesBRecommending the optimization of materialized viewsCChecking query objects for missing and stale statisticsDRecommending bitmap, function-based, and B-tree indexesERecommending the restructuring of SQL queries that are using bad plans
多选题某仲裁委员会作出仲裁裁决并送达当事人后,发现将金额"10,000元"写成了"100,000"元,请问此时的救济是:()A当事人向人民法院申请撤销仲裁裁决B原仲裁委员应当补正C原仲裁庭应当补正D当事人在30日内申请仲裁庭补正
多选题甲市刘某违反《治安管理处罚法》,被乙市铁路公安分局给予拘留10天的处罚,刘某不服向乙市公安局申请复议,乙市公安局将处罚结果更改为罚款200元。刘某不服向法院提起行政诉讼。对此案有管辖权的法院有哪些?()A乙市铁路运输法院B甲市刘某所在地基层人民法院C乙市铁路公安分局所在地基层人民法院D乙市公安局所在地基层人民法院
单选题Given: int[] myArray=newint[] {1, 2,3,4, 5}; What allows you to create a list from this array?()A List myList = myArray.asList();B List myList = Arrays.asList(myArray);C List myList = new ArrayList(myArray);D List myList = Collections.fromArray(myArray);
多选题存在下列()与会计职务有关的违法行为被依法追究刑事责任的人员,不得取得或者重新取得会计从业资格证书。A因有提供虚假财务会计报告,做假帐,保管期未满B隐匿或者故意销毁会计凭证、会计帐簿、财务会计报告C贪污,挪用公款D职务侵占等
单选题HTML语言中,设置表格中文字与边框距离的标签是()。Atable boder=””Btable cellspacing=””Ctable cellpadding=””Dtable width=””
多选题《事业单位工作人员处分暂行规定》规定,事业单位工作人员利用权威、地位或者掌控的资源,(),造成重大损失或者不良影响,情节较重的,给予降低岗位等级或者撤职处分。A压制不同观点B限制学术自由C批评不同观点D发表个人观点
单选题二次抽样的操作程序:在检验批量为N的一批产品中,随即抽取n1件产品进行检验。发现n1中的不合格数为d1,则以下说法错误的是()。A若d1≤C1,判定该批产品合格B若d1>C2,判定该批产品不合格C若C1<d1<C2,判定该批产品不合格D若C1<d1<C2,不能判定该批产品是否合格
单选题研究者想要回答的特殊疑问称为()A研究变量B研究问题C研究设计D研究假设