Multiple choice String objects are immutable. This means they must be initialized cannot be deleted cannot be changed 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.