Data type operators

Data type operators allow you cast a data type or create an instance of a data type.

Table 1. Data type operators
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.