Returns the Java class name of the specified object.
object
:-) "hello".className; There is 1 result `java.lang.String` :-) newLinkedList().className; There is 1 result `java.util.LinkedList`