Saturday, December 17, 2011

Where do the reference-type variables go in the RAM?

The references go on the stack, while the objects themselves go on the heap. However, in reality things are more elaborate.

List of Asked Interview Questions: C# .NET SQL MVC WCF Questions