Ways to clean up java applications.
        Posted  
        
            by Begui
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Begui
        
        
        
        Published on 2010-03-29T22:06:22Z
        Indexed on 
            2010/03/29
            22:13 UTC
        
        
        Read the original article
        Hit count: 393
        
How do java people handle clean up of their apps when the program receives a kill signal?
For instance, there is an application i connect to which wants any third party app ( my app) to send a "finish" command. What is the best say to send that "finish" command if one does a kill -9 on me.
© Stack Overflow or respective owner