Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know.  | 
  | 
|||
| 
       | ||||
| Interview Questions and Answers | ||||
  | ||||
| Ans. An equal contract is said to be reflexive is equality between 2 objects always returns to be true. For example - Object o1; Object o2; o1.equals(o2); // returns true o2.equals(o1); //returns true  | ||||