当前位置:  技术问答>java相关

急问一道SCJP摸拟题:

    来源: 互联网  发布时间:2015-04-24

    本文导语:  Give the class hierachy and code snippets below ,select all valid subclasses of Kiosk(Choose two). Assumed class hierarchy: com.axtive.util.Kiosk    com.axtive.util.AxtiveKiosk java.lang.Exception   java.io.Exception     java.io.UnsupportedEncodingException ...

Give the class hierachy and code snippets below ,select all valid subclasses of Kiosk(Choose two).

Assumed class hierarchy:
com.axtive.util.Kiosk
   com.axtive.util.AxtiveKiosk

java.lang.Exception
  java.io.Exception
    java.io.UnsupportedEncodingException
    java.io.FileNotFoundException

4.public class Kiosk{
5.  
6. public void write() throws IOException{
7. }  
8.}

A.
public class AxtiveKiosk extends Kiosk{
  public void write(){
  }  
}

B.
public class AxtiveKiosk extends Kiosk{
  public void write() throws IOException{
  }
}

C.
public class AxtiveKiosk extends Kiosk{
  public void write() throws UnsupportedEncodingException,
                               java.lang.Exception{
  }
}

D.
public class AxtiveKiosk extends Kiosk{
  public void write() throws FileNotFoundException{
  }
}

我选A,B,D,答案是B,D.

请问是不是答案错了?

|
好像应该是ABD

|
应该abd 都是对的。我查了下Complete Study Guide,Chapter6 Test的第二

题,也是这样的选择。a 是可以的。

The absence of an exception list in A is not a problem:An overiding

method may legitimately throw fewer exceptions than its original,but

it may not throw more. 注意一开头说的。

|
标准答案错了,呵呵~~
应该是ABD。

|
惨,我也觉得该选 abd

|
no wrong.

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 一道送分的问题
  • 一道考验基础的JAVA语法题
  • 问个AIX题库的一道题,感觉答案应该是A啊
  • 关于构造函数的一道题
  • 初中计算机老师给我们出过一道题,那时候印象很深
  • 一道基础英语填空题(Java)
  • 一道题,select what & why?
  • 一道关于操作系统的题
  • 问一道算法题
  • 一道习题
  • 一道小程序有问题?请教!
  • 关于操作系统的一道题目(关于临时文件)
  • 这是南京大学的一道操作系统考研题....
  • 一道简单的Unix下shell编程题
  • 请问一道题,关于文件访问,在线等
  • 请教一道程序作业,暴简单
  • 求助:一道简单的shell编程题目
  • 一道操作系统的死锁题目
  • 问一道关于操作系统的题目
  • 今天金山系统测试的一道笔试题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3