多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

Which two statements are true regarding the creation of a default constructor?()   

  • A、 The default constructor initializes method variables.
  • B、 The default constructor invokes the no-parameter constructor of the superclass.
  • C、 The default constructor initializes the instance variables declared in the class.
  • D、 If a class lacks a no-parameter constructor,, but has other constructors, the compiler creates a default constructor.
  • E、 The compiler creates a default constructor only when there are no other constructors for the class.
正确答案:C,E
答案解析:
进入题库查看解析

微信扫一扫手机做题