What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
Answer / 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 |
what is csdl?
What is needed for running an application built on winfx on the .net framework 3.0?
What is MSIL, IL, CTS and, CLR
What does 'managed' mean in the .NET context
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
Is the lack of deterministic destruction in .NET a problem
What are html helpers in asp.net mvc?
Can we access the web controls in a page pre initialising event?
what is .net?
What is entity client data provider? : Entity framework
What is Reflection in .NET?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?