What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / 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 |
Post New Answer View All Answers
How do you declare an interface in c#?
Is dll a library?
What is icomparer in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
How to use exception handling in stored procedure?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
List down the commonly used types of exceptions in .net
How big is an int16?
Why we use delegates in c#?
Why do we need singleton class in c#?
Explain about generics in c#.net?
What is datasource c#?
What does do in c#?
Can destructors have access modifiers?
Define delegate in c#?