CHAPTER 15: Expressions Previous
Previous
Java Language
Java Language
Index
Index
Next
Next

Expressions

Much of the work in a Java program is done by evaluating expressions, either for their side effects, such as assignments to variables, or for their values, which can be used as arguments or operands in larger expressions, or to affect the execution sequence in statements, or both.

This chapter specifies the meanings of Java expressions and the rules for their evaluation.

© 1996 Sun Microsystems, Inc. All rights reserved.