Answer Posted / 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 |
Post New Answer View All Answers
What is the application frame host?
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
Can I create my own permission set?
Explain difference between inprocess vs out process session state? : .NET Architecture
What happens to the winfx technologies?
Whate are resource files? How are they used in .net?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Explain the race around condition? : Dot net architecture
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
.Net Frame work arch?
What are relation objects in dataset?
Explain about common language infrastructure?
Can you explain atlasuiglitz library?
How is the using() pattern useful? What is idisposable?
what are constructors and destructors?