Buy Questpond's video subscriptions on
huge discount
.
Online: 3356
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
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is the difference between System.String and System.Text.StringBuilder?
Posted by
deccansoft
on 9/15/2010 | Category:
C# Interview questions
| Views: 2672
In String - everytime memory is allocated to new object.
In StringBuilder - the content is appended to string it will not instantiate everytime.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
what are methods used for typecasting integer to c ...
Next question > :
How to cast String to any datatype?
Comments or Responses
Login to post response
More Interview Questions
How to cast String to any datatype?
Which Exception will be thrown If TryParse fails?
What is the default value of DataType Double?
Can you explain the difference between an ADO.NET Dataset and an ADO R ...
What is MARS ? What is the importance of it?
Which is the top layer in the ADO.NET Entity Framework?
What happens internally if the statement cmd.Prepare() is executed in ...
How the RDBMS products(Oracle,SqlServer) differ?