If a running thread calls another thread’s________method, the running thread forfeits the GIL and waits for the other thread to die before proceeding.
a) wait.
b) join.
c) stop.
d) None of the above.
b) join.
Computer Science & Information Technology