Future

Average Rating
0 out of 5 stars. 0 votes.

Future

The ___ interface is used to obtain the results from a Callable’s V call() method//example__ ___ = es.submit(callable);try { V result = __.get();} catch (ExecutionException|InterruptedException ex) {}