Files
java-design-patterns/singleton
mbirkenkamp fe625c45be Update App.java
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
2015-03-14 13:48:02 +01:00
..
2014-11-03 08:47:03 +08:00
2015-03-14 13:48:02 +01:00