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

constructor一题?????

    来源: 互联网  发布时间:2015-03-13

    本文导语:  100. What is true about constructors ? (Select two) a) They initialize all the member variables b) They initialize all the instance variables c) If there is no constructor , the compiler includes default constructor. d) Compiler supplied constructor w...

100. What is true about constructors ? (Select two)
a) They initialize all the member variables
b) They initialize all the instance variables
c) If there is no constructor , the compiler includes default
constructor.
d) Compiler supplied constructor will invoke the default constructor
of the super class.
Ans CD
b为什么不对????

|
cd
请注意:什么是instance variables?
如果我在
class A
{
    Integer i = null;
    static Integer m = new Integer(2); 
    public A(){}
}

i 是不可能被init的.

所谓instance variable是相对与static variable将的.i(instance)/m(static)

    
 
 

您可能感兴趣的文章:

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












  • 相关文章推荐
  • java命名空间java.lang.annotation枚举elementtype的类成员方法: constructor定义及介绍
  • Linguistic Tree Constructor
  • java命名空间javax.lang.model.element枚举elementkind的类成员方法: constructor定义及介绍
  • SCJP模拟题 about Default Constructor
  • C++ Bitsets 成员 Constructors:创建新bitsets
  • 错误提示:Wrong number of arguments in constructor.
  • C++ I/O 成员 Constructors:构造器
  • How to use Private constructors?
  • java命名空间java.lang.reflect类constructor<t>的类成员方法: getparametertypes定义及介绍
  • 关于constructor一个问题??
  • java命名空间java.lang.reflect类constructor<t>的类成员方法: getdeclaringclass定义及介绍
  • final object 只能在constructor 中初始化吗?
  • java命名空间java.lang.reflect类constructor<t>的类成员方法: getexceptiontypes定义及介绍
  • MyNote上说empty swtich constructor是合法的,我怎么写出来的空swtich都报错啊?
  • java命名空间java.lang.reflect类constructor<t>的类成员方法: getparameterannotations定义及介绍
  • 哪位解释一下这句话constructor code executes from the current class up the hierarchy to the ancestor class
  • java命名空间java.lang.reflect类constructor<t>的类成员方法: equals定义及介绍
  • java命名空间java.lang.reflect类constructor<t>的类成员方法: getmodifiers定义及介绍
  • java命名空间java.lang.reflect类constructor<t>的类成员方法: hashcode定义及介绍
  • C++ Double Ended Queues(双向队列) 成员 Constructors:创建一个新双向队列
  • java命名空间java.lang.reflect类constructor<t>的类成员方法: getname定义及介绍


  • 站内导航:


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

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

    浙ICP备11055608号-3