What?s the difference between System.String and
System.StringBuilder classes?
Answer / rahul
System.String is immutable; System.StringBuilder was
designed with the purpose of having a mutable string where a
variety of operations can be performed.
Is This Answer Correct ? | 4 Yes | 0 No |
What is property in c#?
What is a value type in c#?
What is polymorphism? pl explain practically rather than theoretical?
What is event sourcing in c#?
Can we write one page in c# and other in vb in one application ?
Can class inherit from struct c#?
In which situation(s), the use of "Delegate" is a good idea?
can we access main() using objects?
What are the ways to deploy an assembly?
What are sorted lists?
What is class in oops with example in c#?
What is the difference between icomparer and icomparable in c#?