Returns a new Java object wrapper of the current Java instance as the class
represented by className, which can be a string or a Java
class object. The current object must be an instance of that class.
instanceof
className
Returns true if the current Java object (not class) is an instance of
the class represented by className, which can be a string
or a Java class object.