This is the correct answer. Because the String class objects are immutable i.e once the object of the String class is created its contents cannot be changed.
So, we cannot append new characters or string in the old string. So, this is the correct answer.