Multiple Choice
ExecutorService method ________ executes a Callable passed in as its argument. Method submit returns an object of type Future (of package java.util.concurrent) that represents the future result of the executing Callable.
A) submit
B) execute
C) future
D) perform
Correct Answer:

Verified
Correct Answer:
Verified
Q44: Thread safety in JavaFX applications is achieved
Q45: Java's concurrency APIs include the fork/join framework,
Q46: Two tasks that are operating _ are
Q47: Two tasks that are operating _ are
Q48: Overridden Task method _ performs the Task's
Q49: The BlockingQueue interface declares which two methods
Q50: Which of the following statements is false?<br>A)
Q51: In a producer/consumer relationship with a single
Q52: This class is used to help implement
Q54: When a _ method or block is