class Object
lObject is the ancestor of all classes
lSome methods of Object:
lboolean equals(Object)
lClass getClass(): returns the Òmost derivedÓ Class object
lString toString()

lMethod of class Class:
lString getName()
lSo Ob.getClass().getName() will get you the class name of the object.