Object类(API文档)
java.lang
Class Object
- java.lang.Object
public class ObjectClassObjectis the root of the class hierarchy. Every class hasObjectas a superclass. All objects, including arrays, implement the methods of this class.

public class Object
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.