What is difference between value and reference types ?
Answer Posted / nitin kumar tomar
Value types directly contain their data while reference
types store a references to variable's value memory
and value types uses stack to store data amd reference
types use heap to store data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference between is and as operators in c#?
What is .dbml file?
How many bytes is an int?
What is a protected class in c#?
Differentiate between the public and private ?
What is assembly and dll in c#?
What is serialization of data?
Why is static constructor called first?
What is “using” statement in c#?
What is lazy keyword in c#?
Name the connections does microsoft sql server support?
What is collection class c#?
What is the difference between convert and parse in c#?
What are custom exceptions?
What is the difference between const and static read-only?