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
Which control cannot be placed in mdi?
What is called method in c#?
Is list a collection c#?
What is datatable in c#?
Explain the difference between boxing and unboxing.
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What are generations and how are they used by the garbage collector?
How many types of inheritance are there in c#?
Why singleton is sealed?
What is thread in c#?
What do you understand by 'access specifiers' in C#?
Major difference between Basic httpbinding and WShttpbinding?
What is the main purpose of delegates in c#?
For read-only operation which property you have to designated?
What is dynamic object in c#?