Multiple choice technology programming languages String buffer objects are mutable. True 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.