All > Technology > Programming > Java
The rules that determine the order of evaluation of an expression involving more than one operator. Operators of higher precedence are evaluated before those of lower precedence. For instance, in the expression
x+y*z
, the multiplication is performed before the addition because*
has a higher precedence than-
.- Browse Related Terms: arithmetic expression, arithmetic operator, assignment operator, binary operator, boolean expression, conditional operator, De Morgan's Theorem, expression, fully evaluating operator, implicit type conversion, JSP expression, logical operators, operand, operator, precedence rules, quotient, relational operators, short-circuit operator