1.

What is the correct representation of using Binary literals in Java?

A. int a = 0b1010;
B. int a = 0B1011_1010;
C. int a = 0B0______________1;
D. All the above
Answer» E.


Discussion

No Comment Found