0 votes
in JAVA by
Which class is used to represent a CompletableFuture in Java?

a) Future

b) CompletableFuture

c) Callable

d) Executor

1 Answer

0 votes
by

Answer: b) CompletableFuture

Explanation: The CompletableFuture class is used to represent a CompletableFuture in Java.

...