可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Which will declare a


Which will declare a method that is available to all members of the same package and can be referenced  without an instance of the class?()  

  • A Abstract public void methoda();
  • B Public abstract double methoda();
  • C Static void methoda(double d1){}
  • D Public native double methoda(){}
  • E Protected void methoda(double d1){}
参考答案
参考解析:
分类:SCJP程序员认证考试题库