|
Answer» CLONE() – This method helps to create and return a copy of the object. equals() – This method helps to compare. finalize() – CALLED by the garbage collector on an object. getClass() – It helps to return the runtime CLASS of an object. hashCode() – Helps to return a hash code value for the object. toString() – helps to return a string representation of the object. notify(), notifyAll(), and wait() – It helps to synchronize the activities of independently RUNNING threads in a PROGRAM. clone() – This method helps to create and return a copy of the object. equals() – This method helps to compare. finalize() – Called by the garbage collector on an object. getClass() – It helps to return the runtime class of an object. hashCode() – Helps to return a hash code value for the object. toString() – helps to return a string representation of the object. notify(), notifyAll(), and wait() – It helps to synchronize the activities of independently running threads in a program.
|