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
Explain difference between machine config vs. Web config? : .NET Architecture
Explain dotnet framework ?
What is a clickonce application?
Explain the types of memory management? : Dot net architecture
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What does the term "green architecture" mean? : .NET Architecture
Which software is used for .net programming?
What is an interrupt? : Dot net architecture
Why the config file might not be writable
How do I stop a thread?
Is .net easier than java?
Does .NET runtime offer Deterministic Destruction or not?
what are login controls?
Explain cache? : Dot net architecture
What is .net viewstate?