Q. 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All the above