The Artima Developer Community
Sponsored Link

Java Answers Forum
memory allocation

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Matthew Son

Posts: 2
Nickname: ms1
Registered: Aug, 2003

memory allocation Posted: Aug 20, 2003 6:02 AM
Reply to this message Reply
Advertisement
Can you explain how the following are related?

JVM, JVM stack, JVM heap, JVM method area,
machine stack, machine heap, static declarations.

Specifically, I am trying to verify that the JVM stack and heap are different from the actual machine stack and heap. I also would like to verify that class declarations go in the JVM method area, that objects go in the JVM heap, and that object references go in the JVM stack. I would also like to know how the keyword static affects things.

Thanks in advance

Topic: Some problems... (  in realisiering of an idea ) Previous Topic   Next Topic Topic: ANT task

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use