Latest News

 










The Heap

Previous slide Next slide Back to first slide View graphic version


The Heap


 
My other sites

Latest News

 










The Heap

  • One heap area per application.

  • All threads access the same heap.

  • No JVM command to de-allocate memory. This is the job of the Garbage Collector.

  • Design decisions left to the JVM developer : Memory vs speed is always an issue.

Previous slide Next slide Back to first slide View graphic version