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
Can an exception be thrown from a catch block?
What are the advantages of properties in c#?
Why is main static in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What's the difference between System.String and System..StringBuilder in C#?
What is a Managed Code??
When Should You Call The Garbage Collector In .net?
4. Describe the process when we send a request URL? And who is responsible for that?
How to put assembly in gac?
Explain the types of errors in c#?
Write the difference between TypeOf and GetType?
Show us in simple steps to create setup & deployment project for windows application?
Can you describe iuknown interface in short?
What is overloading in c#?
What is primitive types in c#?