View Single Post

Old 06-09-2007, 09:16 AM   #2 (permalink)
arun kumar
Junior Member
 
Join Date: Jun 2007
Posts: 1
Rep Power: 0 arun kumar is on a distinguished road
The JVM organizes the data of a running Java application into several runtime data areas: one or more Java stacks, a heap, and a method area. For a backgrounder on these memory areas, see the first Under the Hood article: "The lean, mean virtual machine".http://www.javaworld.com/javaworld/j...w-07-hood.html
__________________
arun kumar is offline   Reply With Quote