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 the meaning of Object lifetime in OOPS
What is the use of regex in c#?
Explain the Usage of web.config
How can we set class to be inherited, but prevent the method from being over-ridden?
What is a service layer c#?
How do you implement thread synchronization in c#?
What does console readkey do in c#?
What are strong name assemblies?
What are predicates in c#?
What is the difference between Object and class adapters?
Why do we use struct in c#?
What is cshtml extension?
What are examples of desktop applications?
What are generics in c#.net?
What does break do in loop?