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