Q. Are String objects mutable?
β
Correct Answer: (B)
No
Explanation: The String class is immutable. That is, we cannot modify a String object.