0 votes
in JAVA by

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

a) Future

b) CompletableFuture

c) Callable

d) Executor

1 Answer

0 votes
by
Solution: a) Future

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