In this article we will look at Object class which is the base class for all the classes in Java. We will learn about different methods in the Object class. In Java the base class or parent class or super class for all other classes is the Object class. This Object class provides the common functionality for all other […]