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
What is tracing? Where is it used?
What are session state modes?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Explain the differences between managed and unmanaged code?
To wrap up a call to a Web service the standard used is..?
Explain the code Access Security (CAS) in .net Framework?
Explain how does asp page work?
In which event of the page viewstate is available?
What does asp.net stand for?
What is asp.net mvc5? : Asp.Net MVC
What do you understand by aggregate dependency?
What is clr? Difference between clr & cts?
Differentiate the session object and application object?
What is difference between View State and Hidden Field in ASP.NET?
Define managed code and managed data in .net?