Multiple choice technology programming languages

String buffer objects are mutable.

  1. True

  2. False

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

In Java, StringBuffer and StringBuilder objects are mutable, meaning their contents can be modified after creation without creating new objects. This is in contrast to the String class, which is immutable.