Explain the types of memory management? : .NET Architecture



Explain the types of memory management? : .NET Architecture..

Answer / Garima Agrawal

Memory Management in .NET is handled automatically by the Common Language Runtime (CLR), but it's useful to understand the different types of memory management techniques:
1. Manual Memory Management: The programmer explicitly allocates and deallocates memory, which can lead to memory leaks or invalid memory references.
2. Automatic Memory Management: The runtime automatically manages memory allocation and deallocation using Garbage Collection (GC). In .NET, this is the primary method of memory management.
3. Demand-Paged Memory Management: This technique allocates memory only when it's actually needed, instead of reserving a large block at once.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

3 Answers   Hologic, Siebel,


What is .net viewstate?

1 Answers  


What is MS chart control in visual studio?

1 Answers  


How can I write my own .NET host?

1 Answers   HCL,


what is diffrent beatween localprinter and networkprinter

1 Answers  


What is a service contract, operation contract and data contract?

1 Answers  


What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile

1 Answers  


how to kill user session ?

2 Answers  


How do you handle this COM components developed in other programming languages in .NET?

1 Answers   InfoAxon Technologies,


Explain some of the disadvantages due to microsoft.net?

1 Answers  


What are the options provived by vss to the user? how it will help us while delevoping application?

1 Answers  


Explain pipelining? : Dot net architecture

1 Answers  


Categories