example for Singleton pattern

Posted by JavaUser on Stack Overflow See other posts from Stack Overflow or by JavaUser
Published on 2010-03-19T06:26:18Z Indexed on 2010/03/19 6:31 UTC
Read the original article Hit count: 178

Filed under:
|

Hi,

Please give me a real time example for singleton pattern . Different threads accessing a shared file is singleton or not ? Since each thread access the same instance of the file not individual instances of their own .

© Stack Overflow or respective owner

Related posts about java

Related posts about oop