Q&A
Ask and answer questions to make information more available to wider audiences.
Bradley Billingham @billinghambradley   30, Jun 2023 12:00 AM
memory - Stack or Heap -
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
answers 1
 
Answer 1
Noah Antills @noahantills   07, Jul 2023 02:18 PM
On Heap memory, garbage collection is employed to release the memory used by objects with no references. Every object created in the Heap space has access to the entire application and may be referred to from anywhere.