Memory Allocation in Java
In this blog post, we'll dive into memory allocation in Java, and discuss how it works and how it can affect the performance of your Java applications.
There are mainly 5 types of memory allocations available in Java :
Class Memory
Heap Memory
Sta...
chirag-agrawal.hashnode.dev4 min read