Heap in JAVA
Objective: To understand everything about Heap.
Heap memory
Dynamic Allocation: The heap memory allows for dynamic allocation and deallocation of objects.
This is a runtime data area of the Java Virtual Machine (JVM)
where objects are stored d...
blog-codewithnandini.hashnode.dev6 min read