Multiple Choice
The Callable interface (of package java.util.concurrent) declares a single method named call that allows a task to return a value.
A) call
B) execute
C) invoke
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following statements is false?<br>A)
Q5: Which of the following is not true
Q17: An ExecutorService object is created by calling
Q19: Two tasks that are operating _ are
Q23: When using Java's built-in monitors,every object has
Q24: When a thread executing a synchronized statement
Q25: Which of the following statements is false?<br>A)SwingWorker
Q26: Two tasks that are operating _ are
Q29: Which of the following statements is false?<br>A)
Q50: Which of the following statements is false?<br>A)