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 a user developed application?
What are session objects?
What does asp.net stand for?
Why do we need master page in asp.net?
What is asp.net version?
What is the difference between session.abandon() vs clear()?
What is app_code folder in asp net?
What is scope of an application variable in asp.net?
From which base class all web forms are inherited?
Explain difference betn dataset and recordset?
What r the asp.net list controls and difference between them?
Explain cookies with example.
Why would a company use an application service provider?
Where is http session stored?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?