Why java doesn't allow stack allocated or say local objects? Stack allocated objects are good for runtime efficiency.
            Asked
            
        
        
            Active
            
        
            Viewed 78 times
        
    -1
            
            
        - 
                    This design decision is already explained, JIT must handle that, and not the programmer. For more words, try searching the web. – Display Name Jul 11 '14 at 09:54