What is a string? What are the properties of a string class?
Answer Posted / p
string is type of object String whose value is text.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In .NET how can you solve the DLL Hell problem?
Wht executescaler method is used?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is Named parameter in C#?
What is extended class in c#?
What are reflections in c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
Why do we need generics?
How long can a string be c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
what is the syntax to inherit from a class in c#?
What is token in c#?
why delegate is type safe?
What are the properties of c#?
Explain about Oops concept