The '&' operator in java

  1. sets a bit to 1 if both operand's bits are 1

  2. sets a bit to 1 if only one operand's bit is 1.

  3. sets a bit to 1 if at least one operand's bit is 1

  4. reverses the value of every bit in the operand


Correct Option: A

Find more quizzes: