public class Object
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Class Object is the root of the class hierarchy. Every class has Object as a superclass. All objects, including arrays, implement the methods of this class.

See also:
java.lang.Class

Since:  JDK1.0