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
What is different authentication mechanisms used in ASP.NET?
How can exception be handled with out the use of try catch?
What is the used of "ispostback" property?
What is difference between web api and web services?
What is a session in programming?
What is a page life cycle?
Why is this service branded with windows livetm?
What is the usage of DelegatingHandler?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Can I have a unique key as foreign key?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Explain the difference between server control and html control.
What is page request in asp.net?
Define the term Web Garden?
Can we make activex dll also ti execute in some process as that of client ? How can we do?