I have a singleton class. It has some methods.
- I want to know whether I can call a method of this class simultaneously from two different places.
- I have a local table in this class, I would like to know when this object gets deleted(garbage collected).
Thanks and regards,
Jashua