Buy Questpond's video subscriptions on
huge discount
.
Online: 2058
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
What’s the advantage of using System.Text.StringBuilder over System.String?
Posted by
Neeks
on 2/21/2009 | Category:
C# Interview questions
| Views: 12057
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
StringBuilder is more efficient in cases where there is a large amount of string manipulation. Strings are immutable, so each time a string is changed, a new instance in memory is created.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
When do you absolutely have to declare a class as ...
Next > :
what is Static?
Comments or Responses
Login to post response
More Interview Questions by Neeks
Some more differences related to Truncate and Delete
Latest Interview Questions
what is Static?
An automatic commit ocurrs under the following circumstances
Differrence between Array.CopyTo() and Array.Clone()
Most Important Questions in Interview
Name a feature which is common to all .NET languages?
Difference between VB.NET and C#.
Constructor and Destructor
Difference between GET and POST Metods
More ...