首页 青云排行榜 知识中心 控制台

下面程序的输出结果是什么?(     )

 1.public class UpWork { 
 2.    private String freelancer; 
 3.    private boolean busy; 
 4.    public static void main(String[] args) { 
 5.        UpWork upw = new UpWork(); 
 6.        System.out.print("Busy= " + upw.busy); 
 7.        System.out.print(", Freelancer = " + upw.freelancer); 
 8.    } 
 9.}

第6行产生编译器错误。

第7行产生编译器错误。

没有输出。

Busy = false, Freelancer = null

Busy = false, Freelancer =

Busy = null, Freelancer = null

类没有构造函数会使用默认构造函数,对对象成员进行初始化;
数字初始化0,布尔初始化false,字符串初始化null;
关于我们
公司简介
联系我们
联系我们
售前咨询: leizhongnan@eval100.com
售后服务: 0755-26415932
商务合作: support@eval100.com
友情链接
金蝶软件
快递100
关注我们
Copyright © 2023-2023 深圳慧题科技有限公司 粤ICP备2023109746号-1 粤公网安备44030002001082