Is string reference type / value type?
Answer Posted / n
Hi Guys
If any of you got so far.. Here is the deal:
The differnce between value types and reference types are
whether the information is stored in the stack or on the
heap. Design guidelines for designing structures (value
type, stored in the stack) is that it's instance value
should be less than 16 bytes.
In the .NET Framework, ALL value types are 16 bytes or
shorter.
A string can be a lot more than 16 bytes...
It does however act like a value type in order to make the
programming easier for us... This can be the reason for all
this confusion...
Now stop arguing and start converting coffee into code....
/N
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is the use of tryparse in c#?
Can firstordefault return null?
What is the difference between method and function in c#?
List the 5 different access modifiers in c#?
What is array and arraylist?
Can a struct inherit from an interface in c#?
What is an actual parameter?
Expalin the way you implement inheritance by using VB.NET/C#?
What is the difference between Java and .NET garbage collectors?
Distinguish between finally and finalize blocks?
How assembly versioning in .NET prevent DLL Hell problem?
What is difference between dictionary and hashtable in c#?
Explain About ADO and its objects
What is append in c#?
What is c# used for in the industry?