Operator precedence specifies the order of operations in expressions that contain more than one
operator.
Operator associativity specifies whether, in an expression that contains multiple
operators with the same
precedence, an operand is grouped with the one on its left or the one on its right.
read more >>