Pergunta de entrevista da empresa USAA

Can you have more than one instance of a singleton class within a JVM?

Resposta da entrevista

Sigiloso

4 de nov. de 2012

No - "A Singleton is an object that cannot be instantiated. There can be only one instance of a singleton created by the Java Virtual Machine (JVM)."

1