what is the difference between value types and reference
types?
Answer Posted / gurpreet kaundal
value types are char,bytes,long and any data type but the reference types are classes,interfaces any type of functions.......and in reference type it stored the reference type varibles it means it stored the address of the varible in the heap...........and in value type it stroed the value of tha varible in the stack...........
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the .net class that allows the retrieval of a data element using a unique key?
What is the use of CLR in .NET?
State the different levels of exceptional safety?
Explain the types of memory management? : Dot net architecture
can u give me real example of how web.config overrides the machine.config file?
Whate are resource files? How are they used in .net?
Explain the types of memory management? : .NET Architecture
Explain the purpose of cache? : Dot net architecture
What are the new features of .net 2.0?
Define a managed code? : Dot net architecture
Can I create my own permission set?
how we can fire event in databound column in datagrid without using button?
what is inheritancy where u required ?
inprocess vs out process session state : Dot net architecture
How do I prevent concurrent access to my data?