Kizspy | Question: 7
(Choose 1 answer)
Choose the correct statement about the "instanceof " operator.
A. It can be used to test if an object is of a specified type.
B. The instanceof is also known as a string comparison operator.
C. The instanceof operator is used to check the validity of object variables
D. All of the others