What is likely to happen if you have multiple threads accessing the same resource in your program?
resource overload
thread jumping
deadlock and race conditions
nothing, since this is what threading is for Official documentation: race conditions
nothing, since this is what threading is for