What's the advantage of using System.Text.StringBuilder over
System.String?
Answers were Sorted based on User's Feedback
Answer / prathap
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 This Answer Correct ? | 23 Yes | 1 No |
Answer / article
Hi..
Mutable & Immutable
1)string is immutabel.
i.e. whenever you create any changes to a string a new
object is created in memory.
2)StringBuilder has advantage String
To overcome this the stringBuilder is provided we can make
ammendments to the stringBuilder object without creating a
new object. Therefore whenever a lot operations are to be
made on a string then StringBuilder should be used in place
of String.
Thank's
Pradhan Prasanta Kumar
http://globaltouch.in
Is This Answer Correct ? | 9 Yes | 3 No |
Answer / abhinay kumar
stiringbuilder is mutable but string is immutable
i.e mutable means that if we define a variable with
stringbuilder and assigne the value to another
stringbuilder variable and if we change the value then the
reflaction will be seen on the both variable (it made
change on the same memory location reference)
immutable means if we define a variable with string and
assigne the value to another string variable and if we
change the value then the reflaction will not be seen on
the both variable
Is This Answer Correct ? | 3 Yes | 0 No |
What is asp.net version?
What are all the various Estimation Techniques available ?
Explain about ASP.NET?
How you can stop the validation of ASP.NET controls from client side?
0 Answers Sans Pareil IT Services,
How Session outproc in Sqlserver stored?
Differentiate an ADO.NET Dataset and an ADO Recordset with its functionality?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What are all the ways to find out types of objects?
What is the main differences between asp and asp.net?
What is web.config. How many web.config files can be allowed to use in an application?
6 Answers Accenture, HCL, InterGraph, iSoft,
Explain about secure socket layer?
Can you explain page lifecycle in net?