Employeur impliqué
What are the problems that arise by using multithreading?
Utilisateur anonyme
Deadlock, Memory interference for ex: if a global variable is used by the threads simultaneously, then there is a chance of getting a wrong value in the variable.