Java View all facts Glossary Help |
syntactic unit > symbol > operator > cast operator |
cast operator comparison table |
Subject | have syntax | has definition | have purpose | is a subtopic of | is a kind of | is partitioned into | is an instance of |
---|---|---|---|---|---|---|---|
operator | A symbol used for arithmetic and logical operations | to perform a simple function of 1 to 3 arguments | Operators | symbol | arithmetic operator , relational operator, logical operator, bitwise operator, logical operator, assignment operator | ||
cast operator | (type) expression | to convert an expression of one type into another type | Objects | operator |
Next operator: identity comparison operator Up: operator Previous operator: bitwise operator