试题详情
- 多项选择题 Given: Integer i = new Integer (42); Long l = new Long (42); Double d = new Double (42.0); Which two expression evaluate to true?()
A、 (i = = l)
B、 (i = = d)
C、 (d = = l)
D、 (i.equals(d))
E、 (i.equals(i))
F、 (i.equals(42))
- D,E
关注下方微信公众号,在线模考后查看
热门试题