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
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is asp.net? How is it different from asp?
What is difference Between Authentication and authorization?
What is the purpose of session management?
Where is asp.net session stored?
Securitywise What are the Enhancements in 2.0?
Differentiate between file-based dependency and key-based dependency.
How does asp net store session ids by default?
Which protocol is used to call a web service?
Is asp.net a programming language or framework?
Can we set which type of comparison we want to perform by the CompareValidator control?
What are the advantages of the code-behind feature?
What is the advantage of using Windows authentication in a Web application?
Why is an object pool required?
How will create assesblies at run time?