Is it possible to catch out of memory exception in java?
        Posted  
        
            by jy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jy
        
        
        
        Published on 2009-11-07T06:37:24Z
        Indexed on 
            2010/06/17
            15:33 UTC
        
        
        Read the original article
        Hit count: 206
        
I'm developing a program that would require huge amount of memory, and I want to catch when out-of-memory exception happens. I had heard this is not possible to do, but curious if there is any development on this end.
© Stack Overflow or respective owner