Pg 120 : 5.1.1 - overview-of-operators -- Miscellaneous Operators

Date: 2018-12-04
Status: Fixed
Fixedinbuild:
14
Old Text:
It returns true if the object pointed to by the reference variable on the left is of the type (or a subtype) of the type given on the left and false otherwise.
New Text:
It returns true if the object pointed to by the reference variable on the left is of the type (or a subtype) of the type given on the right and false otherwise.
Comments:
In the detail text of instanceof , section left should be right.
Reportedby:
Username987654

 Back