Introduction to JVM Languages
上QQ阅读APP看书,第一时间看更新

The Object class (java.lang.Object)

The Object class in the java.lang package is the mother class of all other classes. It's the only class on a JVM that does not have a parent class itself. In the Java language, any class that does not explicitly inherit another class inherits the java.lang.Object class implicitly.