What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / naveen
prefer System.StringBuilder when you are doing lot of
string manuplation operations. In which case the same
string in the memory is manipulated for the resultant
operation where as when System.String variable is used
every time a new string instance is created in the memory
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
List the 5 different access modifiers in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?
What are the fundamental differences between value types and reference types?
Explain about finalize method?
When was .net linq added?
What is the usage of OLE?
Explain the functionalities of satellite assembly?
What is throw in c#?
What are scriptable objects?
What are c# attributes and its significance?
What is the difference between decimal and integer?
Is friend a constructor?
What is type checking in c#?
What is assembly version series sequence?
Explain About sn.exe