How does JVM handles dynamic allocation

Posted by Nile on Stack Overflow See other posts from Stack Overflow or by Nile
Published on 2010-03-22T01:27:25Z Indexed on 2010/03/22 1:31 UTC
Read the original article Hit count: 224

Filed under:
|
|

I want to understand how JVM manages heap for the dynamic allocations. Since every java program is invoked as a thread, when does JVM's garbage collector come into play. Also, how things work for javascript's dynamic allocation ?

© Stack Overflow or respective owner

Related posts about java

Related posts about jvm