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
C. The code can only be executed by a certain thread
D. None of the above
Answer: Option B

Join The Discussion