Solved

To Compare String Objects for the Purpose of Sorting,a Programmer

Question 26

Multiple Choice

To compare String objects for the purpose of sorting,a programmer should


A) use the comparison operator <
B) use the comparison operator < =
C) use the compareTo method of the Comparable interface
D) use the relational operator < to compare references to the String objects

Correct Answer:

verifed

Verified

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

Related Questions