Module java.base
Package java.lang

Class Object

java.lang.Object

public classObject
ClassObject is the root of the class hierarchy. Every class hasObject as a superclass. All objects, including arrays, implement the methods of this class.
Since:
1.0
See Also: