Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago. Improve this question Not sure of downfalls using strict global state implementation. When is singleton not ideal for an application? Answer Singleton is
Tag: singleton
What is an efficient way to implement a singleton pattern in Java? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago. Improve this question What is an efficient way to implement a singleton design pattern in Java? Answer Use an enum: Joshua Bloch explained