Implementing the singleton pattern in Java

前端 未结 6 740
一生所求
一生所求 2020-11-30 06:09

Can anyone provide an example of a singleton pattern and explain why they are necessary?

6条回答
  •  再見小時候
    2020-11-30 06:44

    'Simply Singleton' at JavaWorld

    And if you really want to get into the trenches, start reading about "static vs singleton" on the groups, or Google it. Always a hot topic to say the least!

提交回复
热议问题