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 |
What is the difference between primary & secondary storage device? : Dot net architecture
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
How to delete the duplicate records in a table using sql server
Explain hard disk and what is its purpose? : .NET Architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
what are ACID properties ?
What's new in the .net 2.0 class library?
what is class and object explain with example?
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.
what is the difference between Exportdll and Importdll ?