What is the difference between String s(Small s) and String
S(Capital S)?
Answer Posted / azka106
basically string is used as datatype,.,.., whereas String is a predefined function ,.,. that usually called as String function,.,.,. and when we have to print something using String we override this String function,...and small s string is just datatype as above describe..
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a nullreferenceexception and how do I fix it?
What does immutable mean in c#?
Why objects are stored in heap in c#?
What is the difference between abstract and virtual?
What is use of private class in c#?
Can you create sealed abstract class in c#?
What is a hashset c#?
Give examples for value types?
Name any three ways to pass parameters to a method in c#?
What is difference between property and variable in c#?
What is generic and non generic collections in c#?
What is iqueryable?
Which property of the textbox cannot be changed at runtime?
How can I get around scope problems in a try/catch?
Can an int be negative c#?