Result: 1101 Can someone please explain how line 9,10 are true? Thanks.
Cathy Song
Ranch Hand
Joined: Aug 24, 2003
Posts: 270
posted
0
I found the answer in the API
The equals method for class Object implements the most discriminating possible equivalence relation on objects; that is, for any non-null reference values x and y, this method returns true if and only if x and y refer to the same object (x == y has the value true).