Home >Java >javaTutorial >What are the common methods of Object class in Java?
What are the public methods of Object?
clone() Create Bin Return a copy of this object
equals() Determine
getclass() returns the running class of object
hashcode() returns the hash code value of the object
The above is the detailed content of What are the common methods of Object class in Java?. For more information, please follow other related articles on the PHP Chinese website!