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

单选题:About Java, which statement below is NOT correct?

Luz5年前 (2021-05-10)题库1303
About Java, which statement below is NOT correct? @[A](2)

A. The size of int type varies from platform to platform.
B. The size of int type is always 4 bytes among all the platforms.
C. The size of char type is Unicode coded.
D. A value of char type can be transformed to a value of int.





A.The size of int type varies from platform to platform.
B.The size of int type is always 4 bytes among all the platforms.
C.The size of char type is Unicode coded.
D.A value of char type can be transformed to a value of int.


答案:A