How does equals method work with objects in Java?

The equals method for class Object implements the most discriminating possible equivalence relation on objects; that is, for any non-null reference values x and y, this method returns true if and only if x and y refer to the same object (x == y has the value true).

Sizin İçin Seçtik  Can you tell the difference between equals () method and equality operator in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *

How does equals method work with objects in Java?

The equals method for class Object implements the most discriminating possible equivalence relation on objects; that is, for any non-null reference values x and y, this method returns true if and only if x and y refer to the same object (x == y has the value true).

Sizin İçin Seçtik  How do I know if my POJO is empty?

Leave a Reply

Your email address will not be published. Required fields are marked *