Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to be sure there is only one instance of your class in a given Java Virtual Machine.
Make your class enforce the Singleton Pattern (see Design Patterns, page 127), primarily by having only a private constructor(s).