All object in java are inherited from Object class, this Object has two methods hashCode() and equals(Object obj). We normally do not care about why
All object in java are inherited from Object class, this Object has two methods hashCode() and equals(Object obj). We normally do not care about why