Computer Science, asked by pallavichaure7, 7 days ago

Thread creation is done using _______________ .

A : java.lang.Thread

B : java.io.Scanner

C : java.util.Scanner

D : None of these​

Answers

Answered by XxitzcutebunnyXx
2

There are two ways to create a thread: By extending Thread class. By implementing Runnable interface.

Answered by bhatsalma1131
1

Answer:

implementing runnable interface

Similar questions