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 console readkey ()?
What is type safe in c#?
What is the difference between protected and internal in c#?
Distinguish between system.string and system.text.stringbuilder classes?
Explain the clr triggers?
How big is an int in c#?
What is int tryparse in c#?
What does break do in loop?
is it possible to access a remote web service Without UDDI?
What is a hash table in c#?
What are partial types in c#?
What is a delegate in c#?
how dot net compiled code will become platform independent?
What does assert() do in c#?
What is a nullreferenceexception and how do I fix it?