普通会员
登录
题库
实习信息
校招公告
参访活动
题库
软件开发
题目列表
public class TestDemo { public static void main...
单选题
public class TestDemo {
public static void main(String[] args) {
Integer i1 = 127;
Integer j1 = 127;
System.out.println(i1 == j1);
Integer i2 = 129;
Integer j2 = 129;
System.out.println(i2 == j2);
}
}
输出结果为()()
A.
true false
B.
true true
C.
false false
D.
false true
上一题
[单选题] 下列说法正确的是()
下一题
[单选题] 下列选项中,哪些不是防火墙的链
纠错
题目信息
校招真题
-
正确率
0
评论
15
点击
收藏
已收藏
错题本
已加入错题本
我的笔记
登录添加笔记