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 difference between running an application with and without debugger?
What is an interrupt? : .NET Architecture
Can you explain atlasuiglitz library?
What is the purpose of cache? : Dot net architecture
Does application frame need host?
What is .net viewstate?
Define cache? : Dot net architecture
What is a clickonce application?
How to prevent my .NET DLL to be decompiled?
What is the importance of updatepanel control?
Explain the types of memory management? : .NET Architecture
What is cache coherency and how is it eliminated? : .NET Architecture
What is MS chart control in visual studio?
Explain dma? : Dot net architecture
readonly syntax ?