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