Question d’entretien chez PTC

Ways to hack a singleton class in Java ? (Create multiple instances)

Réponse à la question d'entretien

Utilisateur anonyme

23 févr. 2017

Reflection and multiple class loaders were not accepted as answers, but deserialization and serialization was accepted as answer, only to be followed by a question related to making Singleton class un-hackable.