Buy Questpond's video subscriptions on
huge discount
.
Online: 781
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 ...
Difference Between String and StringBuilder
Posted by
Majith
on 9/7/2009 | Category:
C# Interview questions
| Views: 8495
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
String Class
Once the string object is created, its length and content cannot be modified.
Slower
StringBuilder
Even after object is created, it can be able to modify length and content.
Faster
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is <!DOCTYPE> defines in HTML?
Next > :
To improve the performance and scalability of your ...
Comments or Responses
Login to post response
More Interview Questions by Majith
To improve the performance and scalability of your .NET application. W ...
NET class that reads data from a database. Inside this class you need ...
Which ADO.NET class allows you to specify SQL text to execute, one or ...
What is cross page posting in ASP.NET2.0 ?
The IHttpHandler and IHttpHandlerFactory interfaces ?
Difference between WCF and Web services?
What are the various ways of hosting a WCF service?
What is three major points in WCF?
Latest Interview Questions
Suppose Page_load event is defined in aspx page and same page_load eve ...
Is it possible to create Cluster Index on Unique Key Column?
Can we declare private class in a Namespace?
What is a private constructor? Where will you use it?
Name Authenication Modes available in web Application?
SQL Server allows for only _____ levels of nesting in CASE expressions ...
which of the following encoding type the largest file size?
Which of the following is a fixed length DataType?
More ...