Where do the reference-type variables go in the RAM ?
Answer / kirti
The references go on the stack, while the objects themselves go on the heap.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do I get errors when I try to serialize a Hashtable
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
Explain the advantages of asp.net mvc over asp.net?
What is representational state transfer (rest) mean?
What is entity sql? : Entity framework
What is routeconfig.cs in mvc 4?
What is controllercontext?
What is tempdata?
What is razor code?
What is Attribute Routing in ASP.Net MVC?
What is model first? : Entity framework
Can you set the unlimited length for "maxjsonlength" property in config?