1.

What Is Difference Between String And Stringbuilder ?

Answer»

STRINGBUILDER is more EFFICIENT than STRING.

String :- It is IMMUTABLE and resides within System Namespace.

StringBuilder:-It is mutable and resides System.Text Namespace.

StringBuilder is more efficient than string.

String :- It is Immutable and resides within System Namespace.

StringBuilder:-It is mutable and resides System.Text Namespace.



Discussion

No Comment Found