Static Class Structure
Singleton
INSTANCE constant
of type Singleton
that holds the sole instance of the class.
final are initialized once
and can never be changed.
private Singleton() {}).
getInstance()) for
returning the sole
instance of the class.