Data type operators
Data type operators allow you cast a data type or create an instance of a data type.
Operator | Description |
---|---|
CAST | The CAST operator
converts a Java object to the user-defined type or Java class specified. |
INSTANCEOF | The INSTANCEOF checks
the class of an object. |