C# (Sharp) Programming Language Question:

What is the difference between System.String and System.StringBuilder classes?

Tweet Share WhatsApp

Answer:

System.String is immutable; System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.

Download C# (Sharp) Programming Language PDF Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
What does the parameter Initial Catalog define inside Connection String?What is the top .NET class that everything is derived from?