The isType method returns whether obj is an object of the Java language, representing a Java Class instance. It returns false for all other arguments.
isType
obj
Class
false
The
isType
method returns whetherobj
is an object of the Java language, representing a JavaClass
instance. It returnsfalse
for all other arguments.