Breifly explain about stack and heap memory Managemet?

Answers were Sorted based on User's Feedback



Breifly explain about stack and heap memory Managemet?..

Answer / nutan

Stack memory managmenet is used by value type variable.
Heap memory managmenet is used by Reference type variable.

Is This Answer Correct ?    7 Yes 1 No

Breifly explain about stack and heap memory Managemet?..

Answer / 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

More ASP.NET Interview Questions

What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

1 Answers  


What namespace does the Web page belong in the .NET Framework class hierarchy?

3 Answers   Siebel Systems,


Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


Explain MVC model binders?

1 Answers   B-Ways TecnoSoft,


How to do Forms authentication in asp.net?

2 Answers  


What is the use of dispose method?

1 Answers  


define silverlight and advantages ?

3 Answers   QA,


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


Please briefly explain the usage of global.asax?

1 Answers  


How to create multi language website in asp.net mvc? : Asp.Net MVC

1 Answers  


If Asp Dot Application is stateless what happened? during designing

3 Answers   TCS,


Tell something about state management in asp.net?

3 Answers   Accenture,


Categories