1.

Choose correct examples of decimal literals in Java.

A. int a = 12345;
B. int a = 12_3__5;
C. long a = 987____654_3__21L;
D. All the above
Answer» E.


Discussion

No Comment Found