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 |
What is the need of .Net framework ?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
What are Non Action methods in ASP.Net MVC?
What are actions in asp.net mvc?
How .net assemblies are registred as private and shared assembly ?
What is presentation framework?
Can we have more than 1 partial classes in the same file?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is ViewStart Page in ASP.Net MVC?
What is the meaning of unobtrusive javascript?
how to maintain the session state? what is Abstract class and interface and inheritence with example?