可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Integer i = new I


Integer i = new Integer (42);  Long 1 = new Long (42);  Double d = new Double (42.0);   Which two expressions evaluate to True?()

  • A (i ==1)
  • B (i == d)
  • C (d == 1)
  • D (i.equals (d))
  • E (d.equals (i))
  • F (i.equals (42)
参考答案
参考解析:
分类:SCJP程序员认证考试题库
相关推荐

1、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

2、AMPS属于()。

AMPS属于()。A1GB2GC3GD4G

3、cAMP(cyclic AMP)

cAMP(cyclic AMP)

4、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1

5、AMPS

AMPS

6、Given:  Integer i =&en

Given: Integer i = new Integer (42); Long l = new Long (42); Double d = new&en...