What is the difference between the String and StringBuilder class objects with respect to mutability?
Correct Answer: String objects are immutable, while StringBuilder objects are mutable.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions