Where exactly the Singleton Pattern is used in real application?

前端 未结 12 505
囚心锁ツ
囚心锁ツ 2021-01-30 06:35

I was just curious where exactly the singleton pattern is used... I know how the pattern works and where it can be used but i personally never used in any real application. Can

12条回答
  •  说谎
    说谎 (楼主)
    2021-01-30 07:27

    Some examples:

    • Hardware access
    • Database connections
    • Config files

提交回复
热议问题