Java View all facts Glossary Help |
| syntactic unit > expression > cast expression |
| cast expression comparison table | |||||
| Subject | have example | has definition | have purpose | is a subtopic of | 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 |
| Statements and Expressions | syntactic unit | |
| cast expression | (int)5.2 | to convert an expression of one type into another type | Objects | expression |
Next expression: compound expression Up: expression Previous expression: boolean expression