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

a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


Define globalization and localization.

0 Answers  


What are the differences between code behind and code inline?

0 Answers  


Where the assembly is stored in asp.net?

0 Answers  


What is the sequence in which ASP.NET events are processed?

0 Answers  






You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications

2 Answers   Techno Solutions,


what is <location> tag?

2 Answers  


What is applicatio domain?

0 Answers   MCN Solutions,


Which is faster viewdata or viewbag?

0 Answers  


What is considered a service provider?

0 Answers  


What are the different types of sessions in asp.net?

0 Answers  


Categories