Skip to Content
0
Jan 14, 2008 at 05:22 AM

Simultaneous calls to a method in a singleton class

42 Views

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