-->
当前位置:首页 > 题库

单选题:Given:

Luz5年前 (2021-05-10)题库601
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