97: Highlights
- Java offers negation, unary plus, addition, subtraction,
multiplication, division, modulus, and assignment operators.
- Java follows standard precedence and associativity rules.
- The assignment operator,
=
, has precedence lower than that of the arithmetic
operators.
- If the standard precedence and associativity rules do not produce the
result you want, then use parentheses to create subexpressions.