Which are true statements? (Choose all that apply)
B, C, E.
Immutable means the state of an object cannot change once it is created.
Immutable objects can be garbage collected just like mutable objects.
String is immutable.
StringBuilder can be mutated with methods like append()
.
Although StringBuffer isn't on the exam, you should know about it anyway in case older questions haven't been removed.