Multiple choice

Which of the following String classes creates flexible length strings that can be modified in terms of length and content?

  1. StringBuffer

  2. String()

  3. Length()

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

StringBuffer class creates flexible length strings that can be modified in terms of length and content.