What is meant by not thread safe?
Answer / Sulabh Sharma
A piece of code or a resource is considered not thread-safe if it's not designed to be used concurrently by multiple threads without causing errors or inconsistencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between class and category?
What is difference between nsstring and nsmutablestring?
How to declare variable in objective c?
What are the three subatomic particles?
What is the difference between atomic and nonatomic synthesized properties?
How do you add a category in objective c?
What is abstract class in objective c?
What is a class property?
What are some of the major differences between objective c and swift?
What is enum constant?
What is main storyboard?
How to declare global variable in objective c?