Science, asked by viki5556, 1 year ago

Which Java operator is right associative?

Answers

Answered by mauryadhruvarvi1
0

In programming languages, the associativity of an operator is a property that determines how operators of the same precedence are grouped in the absence of parentheses. ... If the operator is non-associative, the expression might be a syntax error, or it might have some special meaning.


Prefix Unary operators

Object creation and cast

Ternary

Assignment

Similar questions