0 votes
in JAVA by

 Which interface is used to create a thread in Java?

a) Thread

b) Runnable

c) Executor

d) Callable

1 Answer

0 votes
by

Solution: b) Runnable

Explanation: The Runnable interface is used to create a thread in Java.

...