Login
Remember
Register
Ask a Question
Which class is used to create a thread in Java?
0
votes
asked
May 8, 2024
in
JAVA
by
Robindeniel
Which class is used to create a thread in Java?
a) Thread
b) Runnable
c) Executor
d) Callable
createthread
java
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 8, 2024
by
rahuljain1
Solution: a) Thread
Explanation: The Thread class is used to create a thread in Java.
...