What is the difference between System.String and
System.StringBuilder classes?
Answer Posted / bhaskar
system.string is immutable and system.stringbulider can have
mutable string where a verity of operations can be performed
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the default scope of a class in c#?
Is cli same as the clr?
What is a console application in c#?
What is the relationship between a process, application domain, and application?
What is multicast delegate explain with example?
how dot net compiled code will become platform independent?
Which .gang of four. Design pattern is shown below?
What is .dbml file?
Are tuples mutable c#?
What is decimal in c#?
How do you pass reference parameters in c#?
What is difference between dll and exe in c#?
What is a shared assembly?
What is command object in c#?
What do you know about device context?