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
How do we ensure view state has not tampered?
Explain the difference between dataset and datareader.
How to use ipostback?
How do you implement postback with a text box?
About CLR, reflection and assemblies?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
If you want to write your own dot net language, what steps you will you take care?
Explain the boxing and unboxing concept in .net?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is difference between URL and URI?
What is asp.net version?
What role “#&&” plays in a querysting?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is the default authentication mode for asp.net?
Explain how asp.net page works?