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 difference between is and as operators in c#?
What is the difference between interface and inheritance in c#?
What is string concatenation?
What is the reason behind the invention of c#?
Explain the different ways a method can be overloaded?
What are immutable types in c#?
List out two different types of errors in c#?
Which controls do not have events?
Is double a decimal?
Can I use parseint?
Can you use all access modifiers for all types?
What is the difference between firstordefault and first?
What exactly happens when we debug and build the program?
What problem does Delegate Solve?
In how many ways you can overload a method?