0 votes
in JAVA by
Which class is used to create a thread in Java?

a) Thread

b) Runnable

c) Executor

d) Callable

1 Answer

0 votes
by

Solution: a) Thread

Explanation: The Thread class is used to create a thread in Java.

...