Java – Operator Precedence – MCQ

Java operator precedence determines the order in which different operators are evaluated in an expression. Operators such as multiplication and division have higher priority than addition and subtraction. This means they are executed first unless parentheses are used to change the evaluation order. Understanding precedence helps avoid unexpected results and ensures correct evaluation of expressions.

4.Operators & Precedence.docx