Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 According to The Java Language Specification (JLS), §15.7, "Evaluation Order" [JLS 20052015]:

The Java programming language guarantees that the operands of operators appear to be evaluated in a specific evaluation order, namely, from left to right.

§15.7.3, "Evaluation Respects Parentheses and Precedence" adds:

Java programming language implementations must respect the order of evaluation as indicated explicitly by parentheses and implicitly by operator precedence.

...

Bibliography

 

...