If many thread needs to test if one field of static class is null,
if (StaticClass.fi eldA == null)
will it be thread safe and doesn't need thread synchronization ?
Bob
if (StaticClass.fi eldA == null)
will it be thread safe and doesn't need thread synchronization ?
Bob
Comment