Java Reference
In-Depth Information
Table A.2.10 Operator associativity. The following operators have
right-to-left associativity. All other operators (see precedence table
above) are evaluated left to right.
=
<<=
?:
-x
*=
>>=
new
~
/=
>>>=
(type cast)
!
%=
&=
++x
+=
^=
--x
| =
-=
+x
Search WWH ::




Custom Search