What is difference between value and reference types?
Answer Posted / payal
value
this stored actual value
reference
stored the address of the value
value store in stack
reference is stored in heap
the variable which are value type they each time create
their own copy
the variable which are reference type they refer the same
object every time
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is xaml file in c#?
Define Final Class in C#
What is data set in c#?
What is Asynchronous call and how it can be implemented using delegates?
Which class does the remote object has to inherit?
How can we sort the elements of the array in descending order?
What is the difference between ienumerable and enumerable?
Can we extend sealed class in c#?
What is data reader in c#?
Explain the difference between Metadata and Manifest
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
Explain 'structure padding'?
Why we use get set in c#?
What are the Types of optimization and name a few and how do u do?
Is exe is machine dependent?