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


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143