11/03/2024
I just wrote about Stack and Heap in Java. When it comes to memory management Stack and Heap plays a pivotal role using the JVM which serves as the Java virtual machine that runs java codes or programs.
Article Link: https://medium.com//understanding-stack-memory-and-heap-space-in-java-6ed46471a6e0
https://medium.com//understanding-stack-memory-and-heap-space-in-java-6ed46471a6e0
In the Java ecosystem, The JVM which stands for Java Virtual Machine is what enables java codes machine readable for interpretation. Now…