Multiple choice

String objects are immutable. This means they

  1. must be initialized

  2. cannot be deleted

  3. cannot be changed

  4. None of the above

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

Immutability in Java means that once a String object is created, its internal state (the sequence of characters) cannot be changed.