What is the difference between String s(Small s) and String
S(Capital S)?
Answer Posted / bhagyashri
Small string is used as a DataType to declare variable &
Capital String is Class.Both are derived from
System.String.To Declare Any string variable we use small
string.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
What is monitor in C#?
What is sqldataadapter in c#?
What is master page in asp net c#?
Is void a class?
Does c# replace c++?
What is data reader in c#?
Is multilevel inheritance possible in c#?
What is console read in c#?
Is friend a constructor?
Is string nullable c#?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is the file extension for c#?
What is a custom attribute?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What does this keyword mean in c#?