What are variables without public, private or protected declared as?

前端 未结 3 1428
被撕碎了的回忆
被撕碎了的回忆 2021-02-01 15:16

If instead of:

private JButton theButton;

I define a field like this:

JButton theButton;

What is the differen

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