Home » JAVA Programming » Basic Operators » Question
  1. Which of these operators can skip evaluating right hand operand?
    1. |
    2. &&
    3. &
    4. !
    5. None of these
Correct Option: B

Operator short circuit and, &&, and short circuit or, ||, skip evaluating right hand operand when output can be determined by left operand alone.



Your comments will be displayed only after manual approval.