Example of Singleton pattern
        Posted  
        
            by Supereme
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Supereme
        
        
        
        Published on 2010-04-06T13:15:30Z
        Indexed on 
            2010/04/06
            13:23 UTC
        
        
        Read the original article
        Hit count: 217
        
singleton
Hi,
Can anybody tell me a good example of Singleton pattern? Also I've one doubt to ask, Is the following scenario is that of singleton pattern:
When we have many printers connected in LAN but only one printer queue?
© Stack Overflow or respective owner