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 the difference between windows vista and .net framework 3.0 ?
Explain unit test done by tester on development team?
Where are the routing rules defined in an asp.net mvc application?
what is use of entitydatasource control?
Explain the new features added in version 4 of mvc (mvc4)?
Is razor a server side?
List the new features added in .net framework 4.0.
How to update one of my table in database at 4pm every day how it is possible?
What are actions in asp.net mvc?
How can I return string result from action in asp.net mvc?
If background completes its processing will it wait for foreground threads?
How we can add the CSS in ASP.Net MVC?