InterviewSolution
Saved Bookmarks
| 1. |
What Is Equals() Method? |
|
Answer» EQUALS() METHOD is present in the java.lang.Object class. It is used to determine the EQUALITY of TWO objects. equals() method is present in the java.lang.Object class. It is used to determine the equality of two objects. |
|