Java View all facts Glossary Help |
syntactic unit > expression > boolean expression |
boolean expression comparison table |
Subject | have example | has definition | have purpose | have type | 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 |
| that is the type of its result | syntactic unit | |
boolean expression | x < y & z > 1 | An expression that produces a true or false result |
| boolean | expression |
Next expression: cast expression Up: expression Previous expression: assignment expression