Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is FutureTask Class?

Pragya Keshap answered on February 22, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


What is FutureTask Class?

0

 FutureTask is the base implementation class of Future interface

and we can use it with Executors for asynchronous processing.

Most of the time we don’t need to use FutureTask class but it comes real handy

if we want to override some of the methods of Future interface and want to keep most of the base implementation.

We can just extend this class and override the methods according to our requirements. 

https://www.digitalocean.com/community/tutorials/java-futuretask-example-program

Popularity 1/10 Helpfulness 1/10 Language java
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Feb 22 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.