1.

_______________ is used for the execution of the given tasks, returning a list of Futures holding their status and results after completion.(a) isShutdown(b) isTerminated(c) invokeAll(Collection

Answer»

Right option is (C) invokeAll(Collection extends Callable> tasks)

BEST explanation: Future.isDone() is true for each element of the returned LIST.



Discussion

No Comment Found

Related InterviewSolutions