Chetan Dattachetan77.hashnode.dev·Apr 12, 202406 Java - Memory Management and Garbage CollectorTypes of Memory There are 2 types of Memory STACK HEAP Both stack and Heap are created by JVM and stored in RAM. Stack Memory Store Temporary variables and separate memory block for methods. Store Primitive data types Store Reference of the h...159 readsJavamemory-management