Java Reference
In-Depth Information
class
finally
long
strictfp
volatile
const
float
native
super
while
N OTE: Keywords marked with
are unused
Table 2. Operator Precedence
Operator Type
Operator
Postfix operators
[] . ( params ) expr ++ expr --
Unary operators
++ expr -- expr + expr - expr ~ !
Creation or cast
new ( type ) expr
Multiplicative
* / %
Additive
+ -
Shift
<< >> >>>
Relational
< > >= <= instanceof
Search WWH ::




Custom Search