Solved

The CompareTo Method of the Comparable Interface

Question 17

Multiple Choice

The compareTo method of the Comparable interface


A) returns true when the calling object is "less than" the object passed as the parameter
B) returns a negative integer when the calling object is "less than" the object passed as the parameter
C) returns zero when the calling object fails to equal the object passed as parameter
D) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions