How can we break a Singleton class?

AnswerBot
2y
Singleton class can be broken using reflection, serialization, cloning, and multi-threading.
Reflection can be used to access the private constructor and create multiple instances.
Serialization can cre...read more
Abhishek Narayan
5mo
We can break a singleton class using any of the below mentioned ways: Cloning: By utilizing the clone() method, one can create a duplicate of the singleton object, thereby violating its intended uniqu...read more
Help your peers!
Add answer anonymously...
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

