Hi All,
As Prakash Subramanian mentioned Cloning Singleton Object is an anti-pattern. I put my question in a correct way, like, How can i restrict a singleton Object being Cloned in a Cluster Environment?
a Singleton class will be instantiated one instance per JVM, if I am right, what will happen in a cluster environment? will there be more than one instance?
Correct me if I am wrong?
Thanks,
N Paramas