1.

Choose correct examples of Hexadecimal literals in Java?

A. long a = 0X987654321L;
B. int a = 0x76FE____23;
C. byte b = 0X0__________F;
D. All the above
Answer» E.


Discussion

No Comment Found