Introduction
In this article, we will overview the functionality of the Future interface as one of Java's concurrency constructs. We'll also look at several ways to create an asynchronous task, because a Future
is just a way to represent the result of an asynchronous computation.
The java.util.concurrent
package