Toggle navigation
首页
问答
文章
话题
专家
全站搜索
提问
会员
中心
登录
注册
java
What modifier should you use on a class so that a class in the same package can access it but a class in a different package cannot access it?
发布于 2021-02-15 03:24:46
【单选题】
A public
B private
C protected
D Use the default modifier
查看更多
关注者
0
被浏览
56
体验AI问答!更聪明、超智能!
一款基于GPT的超级AI助手,可以对话、创作、写文案!
👉 点击使用 - AI智能问答 🔥
猫哥
2023-02-15
这家伙很懒,什么也没写!
此回答被采纳为最佳答案,开通VIP会员可查看
1
个回答
默认排序
按发布时间排序
撰写答案
请登录后再发布答案,
点击登录
登录
注册新账号
有人回复时邮件通知我
关于作者
111
这家伙很懒,什么也没写!
提问
522
回答
1447
被采纳
1448
关注TA
发私信
相关问题
1
Since the earth looks like a ball, the sun can shine on only half of it at a time.
2
《安全生产法》规定,事故调查处理应当按照()的原则,及时、准确地查清事故原因,查明事故性质和责任。
3
What will be the result of attempting to compile and run the following code? abstract class MineBase { abstract void amethod(); static int i; } public class Mine extends MineBase { public static void main(String argv[]){ int[] ar=new int[5]; for(i=0;i < ar.length;i++) System.out.println(ar[i]); }}
4
What modifier should you use on the members of a class so that they are not accessible to another class in a different package, but are accessible to any subclasses in any package?
5
律师谢某因涉嫌辩护人妨害作证罪被公AN机关立案侦查,谢某提出要聘请辩护律师。下列说法正确的是( )。
6
《安全生产法》规定,参与事故抢救的部门和单位应当服从统一指挥,加强协同联动,防止事故扩大和次生灾害的发生,减少()。
7
对内外部监督检查移送的问题,只要符合以下情形之一,就可以确定为重点问题:()。
8
What is wrong in the following code? class TempClass { int i; public void TempClass(int j) { int i = j; } } public class C { public static void main(String[] args) { TempClass temp = new TempClass(2); } }
9
Some of her pictures were shown in an art exhibition in Shanghai when she was 4 years old.
10
What is the output of the following code: public class Test { public static void main(String[] args) { Object o1 = new Object(); Object o2 = new Object(); System.out.print((o1 == o2) + " " + (o1.equals(o2))); } }
发布
问题
手机
浏览
扫码手机浏览
分享
好友
在线
客服
回到
顶部