Q. What is the result of the expression 1 << 3 in Java?
β
Correct Answer: (A)
8
Explanation: The << operator in Java is known as the left shift operator.