What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
Answer Posted / kirti
The value-type variables are not garbage-collected, they just fall off the stack when they fall out of scope, the reference-type objects
are picked up by GC when their references go null.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does windows 10 need .net framework?
Can a view be shared across multiple controllers? If yes, how we can do that?
How does �side by side� work for the .net framework 3.0?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is meant by viewdata?
What is the difference between viewbag and viewdata in asp.net mvc?
Is .net core replacing .net framework?
What is the use of display modes?
what is complex type?
What are actions in mvc?
What are the new features 3.5 framework against with the tool?
How do you specify comments using razor syntax?
What is work of clr?
How to answer for project questions..?
what is split entity?