If you take Java\'s primitive numeric types, plus boolean, and compare it to C++ equivalent types, is there any difference what concerns the operators, like precedence rules
I believe that operator precedence is consistent between C++ and Java and provided the expression is deterministic then it should evaluate the same way.