Java Object Methods | Programiz

Java Object is the superclass for all the classes in Java. All the methods of Object class can be used by all the subclasses and arrays. The Object class provides different methods to perform different operations on objects. In this reference page, you will find all the Object methods available in Java. For example, if you need to get the class name of an object, use the getClasss() method.