Home » JAVA Programming » Basic Operators » Question
  1. Which of these have highest precedence?
    1. *
    2. ++
    3. >>
    4. ()
    5. None of these
Correct Option: D

Order of precedence is (highest to lowest) a -> b -> c -> d.



Your comments will be displayed only after manual approval.