Another problem related to indefinite postponement is called ________. This occurs when a waiting thread (let’s call this thread1) cannot proceed because it’s waiting (either directly or indirectly) for another thread (let’s call this thread2) to proceed, while simultaneously thread2 cannot proceed because it’s waiting (either directly or indirectly) for thread1 to proceed. The two threads are waiting for each other, so the actions that would enable each thread to continue execution can never occur.
a. impass
b. standoff
c. deadlock
d. stalemate
C
Computer Science & Information Technology
You might also like to view...
A JTextArea ________.
a. provides a bounding box used for the layout of JTextFields b. wraps lines by default c. provides an area for manipulating multiple lines of text d. provides scrollbars for JTextFields
Computer Science & Information Technology
If a Web page has a large amount of text, a(n) ____ layout will make better use of the available space in the browser.
A. static B. liquid C. fixed-width D. absolute
Computer Science & Information Technology