Answer Posted / nitin
Value type directly contain their data in stack and
reference type store a reference to variable's memory
address
value type uses stack and reference type uses heap to store
data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is string literal in c#?
What are most desktop applications written in?
What is string [] args in c#?
What is public or shared assemblies ?
If casting fails what type of exception is thrown?
Explain the difference between proc. Sent by val and by sub?
Explain publishers and subscribers in events.
What is an argument in c#?
Why do we need encapsulation in c#?
Is lazy t thread safe?
What is uint c#?
What is executereader in c#?
What is parsing?
Explain concurrency with aop?
Why delegates are type safe in c#?