Is string reference type / value type?
Answer Posted / akn
Everything not derived from System.ValueType is a reference
type.
So System.String is reference type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
If a method's return type is void, can you use a return keyword in the method?
Is object an int c#?
What is a protected class in c#?
What is difference between C# and VB.NET?
Which is faster dictionary or list?
What is private static in c#?
How many destructors can a class have?
What are strongly typed objects?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is dataview c#?
How will you deploy the dll file in gac?
Explain the difference between proc. Sent by val and by sub?
What is constants in c#?
What Is An Interface Class?
What do you use c# for?