Is there any difference between String and string ?
Interview question and answer by:
Bharathi Cherukuri | Posted on: 8/27/2012 | Category:
ASP.NET Interview questions | Views: 511 | |
Points: 40
Answer:
There is no special difference between both of them.
Actually System.String is a type which is specified by the Microsoft.Net runtime.
And string is a c# keyword for the same purpose.
Also int in C# ia same as the Integer in VB.NET.Both of them serve as System.Int32 for CLR.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: