What is a memory management?
Answers were Sorted based on User's Feedback
Answer / apekshit sharma
Memory management is the act of managing computer memory. In
its simpler forms, this involves providing ways to allocate
portions of memory to programs at their request, and freeing
it for reuse when no longer needed. The management of main
memory is critical to the computer system.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amarnath
Memory management is the act of managing computer memory.
In its simpler forms, this involves providing ways to
allocate portions of memory to programs at their request,
and freeing it for reuse when no longer needed. The
management of main memory is critical to the computer
system.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nikel
Memory management is the act of managing computer memory. In
its simpler forms, this involves providing ways to allocate
portions of memory to programs at their request, and freeing
it for reuse when no longer needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
can any one urls for learning .net(which is written in simple english)
Can I create my own context attributes?
What do you know about machine.config file ?
how to delete the record using data reader
What is the difference between absolute expiration and sliding-time expiration?
Does .NET runtime offer Deterministic Destruction or not?
which control is used to compare two controls?
What is private constructor? And it's use?
Explain the purpose of cache? : Dot net architecture
Explain Singleton design pattern in .net
what is ado.net
Session State and can i store desirialized object in state server, if yes how and if not why.