InterviewSolution
Saved Bookmarks
| 1. |
In Linux, how do the heaps and stacks are managed?(a) ram(b) secondary memory(c) virtual memory(d) static memory |
|
Answer» The correct option is (c) virtual memory Explanation: In virtual memory, We can keep track of all the objects and access them much faster than any another. |
|