Java认证Java认证Java程序员java基础
题目内容

请先阅读下面的代码<table _dj="MsoTableGrid" border="1" cellspacing="0" cellpadding="0" style="margin-left: 24pt; border: none;"> <tbody><tr>  <td width="427" valign="top" style="width: 426.85pt; border-width: 1pt; border-top-style: solid; border-left-style: solid; border-color: windowtext; border-image: initial; padding: 0cm 5.4pt;">  public class Test {           public Test(){               System.out.println("构造方法一被调用了");      }        public Test(int x){           this();             System.out.println("构造方法二被调用了");      }        public Test(boolean b){           this(1);             System.out.println("构造方法三被调用了");      }        public static void main(String[] args) {         Test test = new Test(true);      }    }</td> </tr></tbody></table>上面程序的运行结果为下列哪一项? 

2024-07-09

A.构造方法一被调用了

B.构造方法二被调用了

C.构造方法三被调用了

D.以上三个选项之和

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端