Show below for demonstration of Difference between string and String builder.
String
String belongs to system namespace. Its commonly use reference
type. If we are not perform any
operation string is fast. We can
initialize the string directly like below.
string str = "name";