This post originated from an RSS feed registered with Java Buzz
by Java Experience.
Original Post: JVM Memory areas
Feed Title: Java Experience
Feed URL: http://www.javaexperience.com/feed/
Feed Description: A place for all type of Java web tutorials
There are three broad categories which include heap, non-heap and other. The components and explanation of each of these follow: Heap Memory in Java : This area is used for storing the class instances and arrays. The garbage collector claims memory from the heap on regular basis. The heap memory area is further divided into: [...]