Home » C# Programming » Strings

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

Correct Answer: True

← Previous Question Next Question→

More Questions from Strings

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion