单选题:Given:
Given:
```Java
Integer.valueOf(1).equals(Long.valueOf(1))
```
which statement below is right? @[C](2)
A. It doesn’t compile.
B. The value is true.
C. The value is false.
D. It throws exception in run-time.
A.It doesn’t compile.
B.The value is true.
C.The value is false.
D.It throws exception in run-time.
答案:C
```Java
Integer.valueOf(1).equals(Long.valueOf(1))
```
which statement below is right? @[C](2)
A. It doesn’t compile.
B. The value is true.
C. The value is false.
D. It throws exception in run-time.
A.It doesn’t compile.
B.The value is true.
C.The value is false.
D.It throws exception in run-time.
答案:C