Will the compiler-generated default constructor be public?

前端 未结 7 1291
小鲜肉
小鲜肉 2021-01-12 05:36

When I write a class Widget.java

public class Widget {
    int data;
    String name;
}

will the compiler-generated constructo

7条回答
提交回复
热议问题