0 votes

Which interface is used to represent the result of an asynchronous computation in Java?

a) Future

b) CompletableFuture

c) Callable

d) Executor

in JAVA by

1 Answer

0 votes
Solution: a) Future

Explanation: The Future interface is used to represent the result of an asynchronous computation in Java.
by
...