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 are the levels of securities need to be considered for the finincial web application?

1 Answers  


Why is the standalone environment only useful during the development process?

0 Answers  


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


How you can add an event handler?

0 Answers  


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

0 Answers  






How can we create Tree control in asp.net?

0 Answers  


What are server-side comments in ASP.NET?

0 Answers   Winsol Solutions,


What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,


Explain the main differences between asp and asp.net?

0 Answers  


What are the type of session in Asp.Net

3 Answers  


Difference between asp and asp.net?

4 Answers   Accenture,


Authentication and Authorization

2 Answers   Syntel,


Categories