Middle
Where are objects stored in the Garbage Collector?
sobes.tech AI
Answer from AI
Objects are stored in the heap. It is divided into three main areas: Young Generation (Eden, Survivor Spaces), Old Generation (Tenured Generation), Permanent Generation (Metaspace in Java 8+).