In .NET, strings are immutable and are reference type variables. This often comes as a surprise to newer .NET developers who may mistake them for value type objects due to their
The only distinction that really matters for most code is the fact that null can be assigned to string variables.
null