adspace
What is typical about a windows process in regards to memory allocation in dot net?
Answer Posted / Virendra Kumar Sharma
A Windows process typically has a fixed amount of memory allocated for the process itself, including a Private Bytes and Working Set. .NET applications also use garbage collection to manage memory allocations dynamically.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers