Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. What is the value returned by unction compareTo() if the invoking string is less than the string compared?
  2. A.
    zero
    B.
    value less than zero
    C.
    value greater than zero
    D.
    None of the mentioned

    View Answer

    Workspace

    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