Home » JAVA Programming » Variable Types » Question
  1. Which of these can be returned by the operator & ?
    1. Integer
    2. Integer or Boolean
    3. Character
    4. Boolean
    5. None of these
Correct Option: B

We can use binary ampersand operator on integers/chars (and it returns an integer) or on booleans (and it returns a boolean).



Your comments will be displayed only after manual approval.