It’s recommended that you do not explicitly create and use Thread objects to implement concurrency, but rather use the ________ interface.

a. ExecutorService
b. Runnable
c. Concurrent
d. Executor

D

Computer Science & Information Technology

You might also like to view...

The =________(serial_number) function displays the day within a given month for a date or its serial number

Fill in the blank(s) with correct word

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Visual Studio provides snap lines to help align controls. 2. You can use control properties to disable a control or to hide the control from the user. 3. Because of the nature of a GUI, a form cannot be set to a fixed size. 4. When parent containers are resized, all anchored controls within the containers maintain their relative position to their anchored sides. 5. A GroupBox can be used to organize related controls.

Computer Science & Information Technology