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 the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What are the advantages of generics in c#?
What is the difference between field and property in c#?
what is an exception in .net?
Explain the process of Serialization?
how to sort an array in c#
What is “using” statement in c#?
Name some properties of thread class.
Is array a list?
What is a reference type c#?
What is a c sharp?
What is before string in c#?
Define satellite Assembly in .NET?
What is the difference between an implicit conversion and an explicit conversion?
What is parameterized constructor?