Java Reference
In-Depth Information
3.11. Separators
Nine ASCII characters are the separators (punctuators).
Separator: one of
( ) { } [ ] ; , .
3.12. Operators
37 tokens are the operators , formed from ASCII characters.
Operator: one of
= > < ! ~ ? :
== <= >= != && || ++ --
+ - * / & | ^ % << >> >>>
+= -= *= /= &= |= ^= %= <<= >>= >>>=
Search WWH ::




Custom Search