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