Answer the following statements true (T) or false (F)
1) While forked processes are allocated separate memory locations and data, threads execute in the same memory space and share the same resources.
2) Thread method wait causes the calling Thread to wait for the corresponding
Thread to die before it can proceed.
3) When a program contains more than one running thread, these threads are switched in and out of the interpreter by the global interpreter lock (GIL) at specified intervals.
4) Unlike a blocked thread, a sleeping thread may still use the interpreter.
1) T
2) F
3) T
4) F
You might also like to view...
When a document has been marked as final, ________ displays in the title bar after the file name
Fill in the blank(s) with correct word
When text boxes are linked, if the first text box cannot hold all of the inserted text, the text will automatically:
a. display below the text box b. be deleted c. flow into the next, linked text box