Home » JAVA Programming » Basic Operators » Question
  1. Which of these is not a bitwise operator?
    1. &
    2. <=
    3. |=
    4. &=
    5. None of these
Correct Option: B

<= is a relational operator.



Your comments will be displayed only after manual approval.