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
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What are session objects?
What are the page life cycle events?
Which method do you use to kill explicitly a users session?
What is the use of session in web application?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is applicatio domain?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Explain server-side scripting and client-side scripting.
What is the significance of finalize method in .net?
How would you enable impersonation in the web.config file?
What is preprocessor in .net?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What are the various session state management options provided by asp.net?
Is asp.net still used?