The equals() method of the Object class compare the equality of two objects . The two objects will be equal if they share the same memory address. Syntax: public boolean equals(Object obj)
The equals() method of the Object class compare the equality of two objects . The two objects will be equal if they share the same memory address. Syntax: public boolean equals(Object obj)