java.lang
Class Object
- java.lang.Object
-
public class Object
ClassObject
is the root of the class hierarchy. Every class hasObject
as 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.
转载于:https://www.cnblogs.com/yongwangzhiqian/p/3957400.html