| 10.2 | Which statement is true? Select the one correct answer. -
If the references x and y denote two different objects, then the expression x.equals(y) is always false . -
If the references x and y denote two different objects, then the expression (x.hashCode() == y.hashCode()) is always false . -
The hashCode() method in the Object class is declared final . -
The equals() method in the Object class is declared final . -
All arrays have a method named clone . |