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 |
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
Is .NET really support fully OOP Concept?
which control is used to compare two controls?
Explain about generation?
How do we do authentications using atlas?
What are the types of memory management? : Dot net architecture
How to delete the duplicate records in a table using sql server
Explain the five stages in a dlx pipeline? : Dot net architecture
Explain cache? : Dot net architecture
how windows applications different from the console applications?
what is the use of SQL command builder class in C#.net? Explain how can we execute a stored procedure using C#.Net? What is the difference between .DLL and .EXE?
what are constructors and destructors?