Computer Science, asked by nachipawar, 4 months ago

which is thread safe​

Answers

Answered by prasanth1267
3

Answer:

Mark this answer as brainlist and do follow me and thank all my answers

Explanation:

Thread-safe code is code that will work even if many Threads are executing it simultaneously. A piece of code is thread-safe if it only manipulates shared data structures in a manner that guarantees safe execution by multiple threads at the same time.

Similar questions