Hi all,
I have a class say A and I instatiate the class (i.e create an Object).
I dont want another Object to be created.
How do i validate if there is already an object created . If there is one then while trying to create anothere object for that class , I should get an error.
Regards,