Interviewer And Interviewee Guide

C# (Sharp) Programming Language Interview Question:

What is the advantage of using System.Text.StringBuilder over System.String?

Submitted by: Administrator
StringBuilder is more efficient in the cases, where a lot of manipulation is done to the text. Strings are immutable, so each time it is being operated on, a new instance is created.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.