Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these class is used to create an object whose character sequence is mutable?
  2. A.
    String()
    B.
    StringBuffer()
    C.
    Both of the mentioned
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    StringBuffer represents growable and writeable character sequence.


Be The First To Comment