Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which class is used to create a thread in Java?
Home
JAVA
Which class is used to create a thread in Java?
asked
May 8
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
by
rahuljain1
Solution: a) Thread
Explanation: The Thread class is used to create a thread in Java.
...