| CHAPTER 3: Lexical Structure |
Previous |
Java Language |
Index |
Next |
The following 37 tokens are the Java operators, formed from ASCII characters:
Operator: one of
= > < ! ~ ? :
== <= >= != && || ++ --
+ - * / & | ^ % << >> >>>
+= -= *= /= &= |= ^= %= <<= >>= >>>=
| © 1996 Sun Microsystems, Inc. All rights reserved. |