Answer:
A string is a sequential collection of Unicode characters, which is used to represent text. A String, on the other hand, is a .NET Framework class (System.String) that represents a Unicode string with a sequential collection of System.Char structure.
Asked In: Many Interviews |
Alert Moderator