What is typical about a windows process in regards to memory allocation in dot net?



What is typical about a windows process in regards to memory allocation in dot net?..

Answer / 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

More Dot Net General Interview Questions

What is a DLL?

1 Answers  


How will you make .NET programs work in Linux ?

1 Answers  


What are the differences between com architecture and.net architecture?

1 Answers  


How is a managed code executed?

2 Answers  


what is viewstate?

2 Answers  


What is the need of OLE-automation?

1 Answers   CGI,


what is assembly?

2 Answers   Manhattan,


Can we share session between ASP.Net & ASP

3 Answers   Accenture, Value Labs,


asp mean

3 Answers   CTS, TCS,


What are the collections you've used?

1 Answers  


What is interface and abstract class in .net?

1 Answers  


What is garbage collection in .net? Explain the garbage collection process?

1 Answers  


Categories