Java View all facts Glossary Help |
| syntactic unit > expression > compound expression |
| compound expression comparison table | ||||
| Subject | have example | has definition | have | is a kind of |
|---|---|---|---|---|
| expression | A series of variables, operators and method calls (constructed according to the syntax of the language) that evaluates to a single value | syntactic unit | ||
| compound expression | x * y * z | An expression made up of two or more expressions | evaluation order based on the precedence of its operand s | expression |
Next expression: conditional operator expression Up: expression Previous expression: cast expression