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 Difference between asp.net and asp ?

0 Answers  


What is ascx?

0 Answers  


How can you implement encapsulation in asp.net?

6 Answers   TCS,


What is query string with example?

0 Answers  


I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?

1 Answers  






Features and disadvantages of dataset ?

4 Answers   Interlink, Microsoft,


How can we access static variable?

0 Answers  


What is the behavior of a Web browser when it receives an invalid element?

0 Answers   MindCracker,


What is the < machinekey > element and what two ASP.NET technologies is it used for ?

1 Answers  


How can we Maintain more than on config file in one .Net web application and how?

1 Answers   USi,


On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


Where is the view state data stored?

0 Answers  


Categories