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 |
Explain what languages does the .net framework support?
mention what are the various methods provided by the dataset object to generate xml?
Is .net core replacing .net framework?
What does CLR do as soon as an assembly is created ?
Does windows 10 need .net framework?
How is method overriding different from method overloading
which are the key concepts of entity data model?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Why do you need to box a primitive variable
How do you initiate a string without escaping each backslash ?
what are the different stepts to create shared assemblies?
If we want to construct our own Garbage collector what are the steps things we have to do?
3 Answers Honeywell, Semantic Space,