Home » JAVA Programming » Basic Operators » Question
  1. What is the order of precedence (highest to lowest) of following operators?

    1. &
    2. ^
    3. ?:
    1. 3 -> 2 -> 1
    2. 1 -> 2 -> 3
    3. 2 -> 1 -> 3
    4. 2 -> 3 -> 1
    5. None of these
Correct Option: B

Ans: B



Your comments will be displayed only after manual approval.