|
[SOLVED] Hacking Singleton- Multiple instance of a Singleton class
I was reading about singleton patter on web and there was a mention about a hacking technique which can create multiple instances of a Singleton class.
As far as I know java, we can not access private methods or constructor of a class outside it so how can a object be created.
Just wanted to know if this is possible or not?
Any help or pointers please....
__________________
Live life king size
[ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. ]
|