Understanding Stack Memory and Heap Space in Java
In the Java ecosystem, The JVM which stands for Java Virtual Machine is what enables java codes machine readable for interpretation. Now when it comes to the memory management, the JVM has two main memory storage, which are the stack and heap.
The st...
emmanuelumeh.hashnode.dev4 min read