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
Where would you use an ihttpmodule, and what are the limitations if any?
What is tracing? Where is it used?
What is meant by web application?
Explain asp.net web forms.
What’s the catch?
Is it possible to change the index of primary key on table?
Explain cookies with example.
Can one dll file contains the compiled code of more than one .net language?
What is the part of url?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
In order to get assembly info which namespace we should import?
Explain server-side scripting?
What is a pixel url?
How do cookies work?
How can we implement a identity (sql server) call in an asp.net page?