Monday, June 19, 2006

Stack, heap...

Value types are stored in the stack. It is the organized storage, FILO method (or else - dunno and not important).

Reference types are stored in the heap. Objects are stored there, and heap is an unorganized collection of data.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home