Answer Posted / nitin
Value type directly contain their data in stack and
reference type store a reference to variable's memory
address
value type uses stack and reference type uses heap to store
data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
list the steps in code compilation in c#?
What is a destructor in c#?
How Reflection is used and what it's significance ?
Why linq is having select clause at the end?
Name the control which cannot be placed in mdi?
what is the meaning of Object lifetime in OOPS
What is difference between constants and read-only?
Where do we use serialization in c#?
What is difference between override and new in c#?
What is the difference between array and arraylist in c#?
What is get set in c#?
what is the difference between .dll and .exe
What is list collection in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
What is a partial class in c#?