Strings - Programming

Q1:

The string built using the String class are immutable (unchangeable), whereas, the ones built- using the StringBuilder class are mutable.

A True

B False

ANS:A - True

No answer description is available. Let's discuss.