Is there any difference between String and string ?

 Posted by Bharathi Cherukuri on 8/27/2012 | Category: ASP.NET Interview questions | Views: 2943 | 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 

Comments or Responses

Login to post response