Q32
What does the term "thread-safe" mean in the context of multi-threading?
A.
The code is guaranteed to be error-free
B.
The code can be safely executed by multiple threads concurrently
AnswerC.
The code can only be executed by a certain thread
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board