Operator Description Associtivity << bitwise left shift º >> bitwise right shift (sign extend) º [ ] indexing º º >>> bitwise right shift (zero pad) º member selection . <, >, <=, numeric relationships º º ( ) method invocation >= ++, -- auto increment and decrement » ==, != equality or inequality º » ! logical negation º & bitwise and » ~ bitwise complement º ^ bitwise exclusive-or +, - unary » º ( ) grouping and casting » | bitwise or » new object instantiation &&, & logical and º » instanceof class membership (boolean) º ||, | logical or *, /, % multiplication, division, modulo º ?: conditional expression º º +, - addition and subtraction =, op= operation and assignment »
Recommend
More recommend