Java-Note-操作符的左优先和右优先
2018-05-30
Java
- different operator has different associativity in java, some operators are not associative.
- reference: https://introcs.cs.princeton.edu/java/11precedence/