Discussion :: JAVA MCQs
- What is the value returned by function compareTo() if the invoking string is less than the string compared?
Answer : Option B
Explanation :
compareTo() function returns zero when both the strings are equal, it returns a value less than zero if the invoking string is less than the other string being compared and value greater than zero when invoking string is greater than the string compared to.
Be The First To Comment