Java Practices -> Private constructor
Concise presentations of java programming practices, tasks, and conventions, amply illustrated with syntax highlighted code examples. ... Private constructors prevent a class from being explicitly instantiated by its callers. There are some common cases w...