Hello Guys,
I was doing some interview questions from site
http://javarevisited.blogspot.com/20...singleton.html
and I stuck with this question
"
How do you prevent for creating another instance of Singleton using reflection?"
I understand Singleton has private instance but I heard we can access private member using Reflection as well.
Thanks