what is reference type to value type.
Answer Posted / sudhir sheoran
Value Types:-
Directly contains their values either
on stack or inline in a structure.
Each value types have their own copy of
data so doesn't effect each other.
Reference Type:
Contains a reference to the values memory address
Allocated on heap.
These can be self describing,pointer type or interface type
Reference type can refer to the same object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Distinguish between Server-side and Client-side code?
Explain about the Class view window?
Why is the standalone environment only useful during the development process?
What is the difference between session and viewstate?
When cookie will expire?
What are the differences between code behind and code inline?
Is session stored in browser?
How to Insert/Add in ASPXgridview
List of words of preprocessor in .net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Can a .net web application consume java web service?
Can you change a master page dynamically at runtime? How?
Define the term Web Garden?
Describe how ASP.NET maintains process isolation for each Web application?
What is enableviewstatemac in asp net?