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 are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
How can you set image source dynamically from c# application to ”test.png” file?
What is c# in asp net?
What is mean by c#?
Are c# constructors the same as c++ constructors?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
In c#, what will happen if you do not explicitly provide a constructor for a class?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Does a class need a constructor c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is ac callback?
What is a generic c#?
Why use a singleton instead of static methods?
What is the difference while using directive vs using statement ?
Can u list some style properties of List Box?