mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-22 14:24:19 +00:00
it is important to note that the singleton pattern is inherently unsafe for distributed environments, since the initialization state is not mirrored across different instances of the java vm