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

What is completable future?

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

Contents


More Related Answers

  • difference between future and completablefuture
  • Completable future example

  • What is completable future?

    0

    A CompletableFuture is an extension to Java's Future API which was introduced in Java 8.

    A Future is used for asynchronous Programming. It provides two methods, isDone() and get(). The methods retrieve the result of the computation when it completes.

    Limitations of the Future

    A Future cannot be mutually complete.

    We cannot perform further action on a Future's result without blocking.

    Future has not any exception handling.

    We cannot combine multiple futures.

    Popularity 7/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: java
    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.