asked 191k views
5 votes
Suppose the call obj1.compareTo(obj2) returns 0. What can definitely be concluded from the return value? I obj1 and obj2 are the same object Il obj1 and obj2 objects cannot be compared III the properties of obj1 and obj2 that are being compared have identical values I and III

1 Answer

3 votes

Answer:

0 usually represents false, so II

answered
User QingYun
by
9.0k points