试题详情
- 多项选择题 public static void main( String[] args ) { Integer a = new Integer(10); Integer b = new Integer(10); Integer c = a; int d = 10; double e = 10.0; } Which three evaluate to true?()
A、 (a == c)
B、 (d == e)
C、 (b == d)
D、 (a == b)
E、 (b == c)
F、 (d == 10.0)
- A,B,F
关注下方微信公众号,在线模考后查看
热门试题
- 11. public&ens
- Click the
- class One&ensp
- 已知: 下面说法正确的是()
- public class&e
- 编写一个程序,从命令上行接收两个实数,计
- 编写一个函数,输入n为偶数时,调用函数求
- Which method&e
- 1.class TestSu
- 以下关于支持Java运行平台的叙述,哪项
- What will&ensp
- 计算字符串中子串出现的次数
- What will&ensp
- 数据字段的生存周期与对象相同
- 现有: &ens
- 数组元素怎样进行缺省的初始化?
- 接口中只能包含抽象方法,不能包含实例方法
- 要求1000!(1000*999*998
- class Waiting&
- 现有包结构: com&en