0 votes
in JAVA by

Which class is used to execute a task asynchronously in Java?

a) Thread

b) Runnable

c) Executor

d) Callable

1 Answer

0 votes
by

Solution: c) Executor

Explanation: The Executor class is used to execute a task asynchronously in Java.

...