Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of the following statement is correct?
  2. A.
    reverse() method reverses all characters.
    B.
    reverseall() method reverses all characters.
    C.
    replace() method replaces first occurrence of a character in invoking string with another character.
    D.
    replace() method replaces last occurrence of a character in invoking string with another character.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    reverse() method reverses all characters. It returns the reversed object on which it was called.


Be The First To Comment