My Two Cents

  • Home

Stack

JAVA

Difference between Java Heap Space and Stack Memory

Based on my previous post related to Java Memory Allocation – Heap and Stack let’s see the difference. Heap Space Stack Memory Heap memory is used by all the parts of the application. Stack memory is used only by one thread of execution. Whenever an object is created, it’s always stored in Read more…

By Ashish, 7 yearsJuly 15, 2018 ago
JAVA

Java Memory Allocation – Heap and Stack

When a Java program starts Java Virtual Machine gets some memory from the Operating System. Java Virtual Machine or JVM uses this memory for all its needs. This memory is basically divided into two-part Java Heap Space Java Stack Memory Java Heap Space Java Heap space is used by java Read more…

By Ashish, 7 yearsJuly 15, 2018 ago
Categories
Apache Tomcat (1) BDD (1) Collections (3) Git (2) JAVA (43) Javascript (1) JAX-RS (1) jQuery (1) JSON (2) MAVEN (2) Nginx (1) Spring (9) SSL Certification (1)
Recent Posts
  • Karate in Action – Rest API testing
  • Overview of @Component, @Controller, @Repository, @Service
  • Server Side Pagination using jQuery Datatable
  • Spring Retry in Action
  • RestTemplate in Spring

  • Home
Hestia | Developed by ThemeIsle