Prev Next

Java / Strings

What is the default implementation of equals method in Object class.

The equals() method provided in the Object class uses the identity operator (==) to determine whether two objects are equal.

More Related questions...

Show more question and Answers...


Comments & Discussions