Java-Object Class
Object Class The Object class is a superclass of all other classes. This means all other classes are subclass of the Object class. The important methods in the Object class are briefly described in the following table. These methods are inherited by every object created in a Java program. Method Purpose Object clone() Creates a … Read more…