June 2018
Intermediate to advanced
408 pages
11h 23m
English
In the previous section, we saw how we can use java.util.Future to get the result of asynchronous method execution. It provides an isDone() method to check whether the computation is done or not, and a get() method to retrieve the result of the computation when it is done. But there are certain limitations to using the Future API:
Read now
Unlock full access