What Are the Methods of the Object Class

clone() – returns a copy of this object
equals() – returns true when this object is equal to the object passed as a parameter
finalize() – the garbage collector calls this method while it's cleaning the memory
getClass() – returns the runtime class of this object
hashCode() – returns a hash code of this object