Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: Which of the following statements is false?<br>A)
Q35: Interface ExecutorService provides the _ method, which
Q36: The ArrayBlockingQueue method _ returns the number
Q37: When using Java's built-in monitors, every object
Q38: When a thread executing a synchronized statement
Q40: The preferred means of creating multithreaded Java
Q41: A runnable thread enters the _ state
Q42: You can simulate atomicity by ensuring that
Q43: Arrays static method _ fills an array
Q44: Thread safety in JavaFX applications is achieved