The difference between singleton design pattern formula and starving the lazy formula

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/HYJ940228/article/details/102724473

The difference between singleton design pattern formula and starving the lazy formula

Here Insert Picture Description

eg:

  • Starving type:Here Insert Picture Description

  • Lazy type:Here Insert Picture Description

  • Double lock lazy type:Here Insert Picture Description

Scenario:

Lazy formula: The configuration files (lazy loading);

Guess you like

Origin blog.csdn.net/HYJ940228/article/details/102724473