Q. What is the result of the expression 3 << 2 in Java? (A) 6 (B) 9 (C) 8 (D) 12 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) 8 Explanation: Understanding the << operator: