当前位置:Java认证考试综合练习题库

问题:

[单选]

public class TestA{ 
  public void methodA() throws IOException{       
//…… 
  } } 
public class TestB extends TestA{ 
  public void methodA() throws EOFException{       
//……   } } 
public class TestC extends TestA{ 
  public void methodA() throws Exception{       
//……   } } 
当编译类TestC的时候,结果是哪项?() 

A .  正常
B .  编译错误
C .  运行错误
D .  以上都不对

在清洗位置最好配备一个黑光灯是为了()。 使试件不用干燥就可进行检验。 加速渗透液渗出缺陷。 检查清洗效果。 确定试件是否被渗透液覆盖。 在阅读教学中经常使用的听说的训练方式包括() 重述训练。 听辨训练。 评价训练。 结合课文进行说话训练。 写作。 职业意志 《共和国国文教科书》的主要编辑特点是() 以字的笔画繁简顺序排列。 以语句深浅排列。 儿童常见的编在前。 按学科的逻辑排列。 以心理式为之进行编排。 储损单应怎样记账?

public class TestA{ 
  public void methodA() throws IOException{       
//…… 
  } } 
public class TestB extends TestA{ 
  public void methodA() throws EOFException{       
//……   } } 
public class TestC extends TestA{ 
  public void methodA() throws Exception{       
//……   } } 
当编译类TestC的时候,结果是哪项?() 

参考答案:

  参考解析

本题暂无解析

在线 客服