Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C

Question: What’s the advantage of using System.Text.StringBuilder over System.String?
Answer: StringBuilder is more efficient in the cases, where a lot of manipulation is done to the text. Strings are immutable, so each time it’s being operated on, a new instance is created.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook