ICSE Class 10 Computer Applications Question 17 of 26

Operators in Java — Question 17

Back to all questions
17
Question

Question 17

What are precedence and associativity?

Answer

Precedence of operators refers to the order in which the operators are applied to the operands in an expression.
Associativity of operators refers to the direction of execution of operators ("Left to Right" or "Right to Left") when operators in an expression have the same precedence.