Answer Posted / Jitendra Kumar Sahu
Mark-and-sweep is a garbage collection algorithm used in memory management to identify and free up objects that are no longer being referenced by the program. It works by first 'marking' reachable objects, then 'sweeping' (deallocating) unreachable objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category