Core Java Object Class – The Super-most Class in Java January 18, 2017 Anurag Object class is the parent class of all the classes in the Java. It is the topmost class; every class implicitly extends this class and provides the methods of Object class. You can think of