I can help me about Memory management – stack memory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nguyenlh
    New Member
    • Mar 2007
    • 25

    I can help me about Memory management – stack memory

    I'm studying about Memory managerment - stack memory
    and I can't understand the following problems :
    Who can help me >>
    - Role of Stack memory
    -How to store address in stack memory
    -Garbage collection process in stack memory
    -Reuse and access address in stack memory
    I'm a newbie >>>
    Thanks very much...
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by nguyenlh
    I'm studying about Memory managerment - stack memory
    and I can't understand the following problems :
    Who can help me >>
    - Role of Stack memory
    -How to store address in stack memory
    -Garbage collection process in stack memory
    -Reuse and access address in stack memory
    I'm a newbie >>>
    Thanks very much...
    do you want generall details on the concept of stacks, e.g.
    http://en.wikipedia.or g/wiki/Stack_(data_str ucture)

    or the stacks in Java
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/Stack.html
    http://www.google.co.u k/search?hl=en&cl ient=firefox-a&channel=s&rls =org.mozilla%3A en-GB%3Aofficial&h s=TYH&q=java+st ack&btnG=Search &meta=

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by nguyenlh
      I'm studying about Memory managerment - stack memory
      and I can't understand the following problems :
      Who can help me >>
      - Role of Stack memory
      -How to store address in stack memory
      -Garbage collection process in stack memory
      -Reuse and access address in stack memory
      I'm a newbie >>>
      Thanks very much...
      All these things are covered in the JVM specification.

      Comment

      Working...