className( object )

Returns the Java class name of the specified object.

:-) "hello".className;
There is 1 result
`java.lang.String`
:-) newLinkedList().className;
There is 1 result
`java.util.LinkedList`