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 threading model used in asp and asp.net?

0 Answers  


Explain the difference between debug.write and trace.write?

0 Answers  


Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


What is the differances between a abstract calss and interface

2 Answers   Patni,


What are validator? Name the Validation controls in asp.net? How do u disable them?

2 Answers  






How response object is related to asp's response object?

0 Answers  


WHAT IS BOXING? HOW WE CAN USE IT?

4 Answers   Seion Infotech,


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


What is .NetFramework?

1 Answers   Syntel,


What is asp net objects?

0 Answers  


Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?

2 Answers   Siebel,


Name two properties common in every validation control?

1 Answers  


Categories