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
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How many types of validators are there in asp net?
What are the events in a page life cycle?
What is the Difference between MVC And MVP design pattrens
Give an example of what might be best suited to place in the application_start and session_start subroutines?
Where is cookie used in asp.net?
If you want to write your own dot net language, what steps you will you take care?
What is difference cookie and session?
What are merge modules?
Explain asp.net page life cycle?
Which is faster union or union all?
What is css and what is it used for?
What are the new navigation controls in asp.net 2.0?
What are the file extensions for razor views?
How do you design a website with multilingual support in ASP.NET ?