Breifly explain about stack and heap memory Managemet?

Answer Posted / ii

Stack is used for static memory allocation and Heap for dynamic memory allocation, both stored in the computer's RAM . Variables allocated on the stack are stored directly to the memory and access to this memory is very fast, and it's allocation is dealt with when the program is compiled.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is tracing? Where is it used?

791


What are session state modes?

736


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2483


Explain the differences between managed and unmanaged code?

676


To wrap up a call to a Web service the standard used is..?

710






Explain the code Access Security (CAS) in .net Framework?

948


Explain how does asp page work?

751


In which event of the page viewstate is available?

635


What does asp.net stand for?

758


What is asp.net mvc5? : Asp.Net MVC

739


What do you understand by aggregate dependency?

783


What is clr? Difference between clr & cts?

847


Differentiate the session object and application object?

724


What is difference between View State and Hidden Field in ASP.NET?

838


Define managed code and managed data in .net?

689