KnowledgeBoat Logo

Computer Applications

What are precedence and associativity?

Java Operators

33 Likes

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.

Answered By

17 Likes


Related Questions