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
Can you change a Master Page dynamically at runtime?
What are server objects?
What is the exact purpose of http handlers?
Describe the disadvantage of cookies.
What is another word for redirect?
What is bson in web api?
I’m having some trouble with cas. How can I diagnose my problem?
What is data reader in asp.net?
Explain what are webservices?
How do you design a website with multilingual support in ASP.NET ?
What are the authentication types in asp.net?
What is Cookies Less Session?
What are the event handlers that we can have in global.asax file?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What are the security types in ASP/ASP.NET? Different Authentication modes?