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
Can properties be private in c#?
What is the difference between mobile application and desktop application?
What is var c#?
How assembly versioning in .NET prevent DLL Hell problem?
What is the difference between iqueryable and ienumerable?
Explain different properties of object oriented systems.
How do you prevent a method from being overridden in c#?
Explain publishers and subscribers in events.
What is hashtable c#?
How to generate strong name key file or which command is used to generated strong name key file?
What is use of hashtable in c#?
What is difference between list and ilist in c#?
What is the difference between Java and .NET garbage collectors?
What is for loop in c#?
What does private void mean in c#?