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



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

Answer / Raj Kumar Pandey

In .NET, a Windows process has a managed and an unmanaged heap. The managed heap is garbage-collected automatically by the CLR, while the unmanaged heap is not managed and requires explicit deallocation of resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the single responsibility principle?

1 Answers  


What is .net assembly?

1 Answers  


What are data types in .NET?

1 Answers   UGC Corporation,


Value type & data types difference. Example from .NET.

2 Answers   TCS,


How Garbage Collector (GC) Works?

1 Answers  


What is 3 tier architecture?

1 Answers  


What is value type and refernce type in .net?

1 Answers  


How different are interface and abstract class in .Net?

2 Answers  


What is connected and diconnected database ?

1 Answers  


What is a Strong Name?

1 Answers  


What is LINQ?

2 Answers   Ethos, MSP, TCS,


What is "common language specification" (cls) in .net?

1 Answers  


Categories