Q. What is the result of the expression 1 << 3 in Java? (A) 8 (B) 4 (C) 2 (D) 3 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 8 Explanation: The << operator in Java is known as the left shift operator.