Re: Shall we create synchronized class?
Posted By:
Simon_Ablett
Posted On:
Monday, August 11, 2003 05:25 AM
What are you trying to do? You only need to synchronize a class if you are writing a multi-threaded application whereby the contents of a class might be accessed across multiple threads.
Regards.