Thread creation is done using _______________ .
A : java.lang.Thread
B : java.io.Scanner
C : java.util.Scanner
D : None of these
Answers
Answered by
2
There are two ways to create a thread: By extending Thread class. By implementing Runnable interface.
Answered by
1
Answer:
implementing runnable interface
Similar questions