Home » JAVA Programming » Strings » Question
  1. Which of these class is used to create an object whose character sequence is mutable?
    1. tostring()
    2. String()
    3. StringBuffer()
    4. String() & StringBuffer()
    5. None of these
Correct Option: C

StringBuffer represents growable and writable character sequence.



Your comments will be displayed only after manual approval.