Card 23 / 76: Which of the following string classes create mutable strings? (Choose all that apply.)
A)
String
B)
StringBuffer
C)
StringBuilder
Answer:
B) StringBuffer
C) StringBuilder
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
A is incorrect. The String class creates immutable strings.
|