Skip to content
Java Programming I 2026

Java Programming I 2026

Just another Kyoung Shin Park's Lectures Sites site

Posted on March 7, 2026 by kpark

Operator Precedence

https://docs.oracle.com/javase/tutorial/java/nutsandbolts/operators.html

 

Operators Precedence
postfix expr++ expr--
unary ++expr --expr +expr -expr ~ !
multiplicative * / %
additive + -
shift << >> >>>
relational < > <= >= instanceof
equality == !=
bitwise AND &
bitwise exclusive OR ^
bitwise inclusive OR |
logical AND &&
logical OR ||
ternary ? :
assignment = += -= *= /= %= &= ^= |= <<= >>= >>>=

 

CategoriesJava Programming

Post navigation

Previous PostPrevious Primitive Type vs Reference Type
Next PostNext Variables

Recent Posts

  • lab2
  • C# Parameter Passing
  • C swap pass-by-value and pass-by-reference
  • Java swap pass-by-value
  • Java Parameter Passing: Pass-by-value only

Recent Comments

    Archives

    • March 2026

    Categories

    • Homework
    • Java Programming
    • Lecture Notes

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    Proudly powered by WordPress