one of advantages of singletons over static is tha...
# announcements
c
one of advantages of singletons over static is that at any moment you can make constructor public and create multiple instances and just keep the
INSTANCE
field populated for back-compat