What is a heap in MVC?

Asked 14-Nov-2017
Viewed 844 times

1 Answer


0

“Heap in MVC” 
Heap is used for dynamic memory allocation and it allocates the memory at runtime. In a heap, memory is allocated randomly and there is no limitation of size. In heap, you can allocate or de-allocate theblock many times as per user requirement. And accessing of the object is so difficult in comparison of the stack. It also takes much more time for memory allocation.

For Example 
What is a heap in MVC?

Comment
Thank You for the answer. - Anonymous User25-Feb-2019