Is string reference type / value type?
Answer Posted / praseetha sandeep
100% sure string is reference type....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I declare inout arguments in c#?
Does c# have primitives?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
what is a enumeration in c#
What floating point types is supported in C#?
What is difference between field and property in c#?
What is difference between variable and property in c#?
Why we need get set property in c#?
Can you specify an access modifier for an enumeration?
What is generic collection in c#?
Explain the difference between Response.Write () and Response.Output.Write ().
What does void do in c#?
What is the C# syntax to catch any possible exception?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is the difference between string keyword and system.string class?