Breifly explain about stack and heap memory Managemet?
Answer Posted / 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 View All Answers
Explain in what order a destructors is called.
Why we use asp.net for website development?
explain code with datachaching with example
What is app_code folder in asp net?
Explain managed code an un-managed code.
What does ascx stand for?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
How can you implement encapsulation in asp.net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What is the difference between custom web user control and a custom web server control?
Explain about secure socket layer?
Describe the master page.
Where the viewstate is stored after the page postback?
What is difference between Fragment Caching and Page Caching in ASP.NET?