Match methods with their descriptions

Report a typo

Match the following methods of the Object class with their descriptions.

Match the items from left and right columns
clone()
equals(Object obj)
finalize()
getClass()
hashCode()
toString()
Indicates whether some other object is "equal to" this one.
Creates and returns a copy of this object.
Returns the runtime class of an object.
Is called by the garbage collector on an object when the garbage collector determines that there are no more references to the object.
Returns a string representation of the object.
Returns a hash code value for the object.
___

Create a free account to access the full topic