- Introduction to JVM Languages
- Vincent van der Leun
- 52字
- 2021-07-02 21:46:27
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.