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: 292
        
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