Saturday, 28 February 2009

Stack Vs Heap

Memory Type Stack Heap
Contents Value Types Objects
Stack Frames

Item Order LIFO Random
LifeTime Scope Reference Counter
Item Removal POP Garbage Collection
Timing Deterministic Non Deterministic

Please refer the following post for this http://en.csharp-online.net/Stack_vs._Heap

No comments:

Post a Comment