Programming - Process
Garbage collection
Automatically freeing computer memory that a running program no longer needs
What's it for?
Reduces the amount of manual memory management developers need to do while software runs.
For example…
A program creates temporary information while working, and garbage collection automatically frees the computer memory once that information is no longer needed