be able to send and receive messages in parallel over a network connection, a program must use __________ of execution.

a. one thread.
b. two threads.
c. three threads.
d. four threads.

b. two threads.

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) The primary functions used to manipulate a stack are push and pop. b) Function pop removes a node from the bottom of the stack. c) Function push creates a new node and places it on top of the stack. d) A stack can be implemented as a constrained version of a linked list by allowing insertions and deletions only at one end of the linked list.

Computer Science & Information Technology

In pseudocode, the “Repeat … Until” loop is considered a:

a. Pre-condition loop. b. Post condition loop. c. Nested loop d. Sequential loop. e. None of the above.

Computer Science & Information Technology