CHAPTER 3: Lexical Structure Previous
Previous
Java Language
Java Language
Index
Index
Next
Next

3.12 Operators

The following 37 tokens are the Java operators, formed from ASCII characters:

Operator: one of = > < ! ~ ? : == <= >= != && || ++ -- + - * / & | ^ % << >> >>> += -= *= /= &= |= ^= %= <<= >>= >>>=

© 1996 Sun Microsystems, Inc. All rights reserved.