Which two options allow you to create new threads? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which two options allow you to create new threads?

Which two options allow you to create new threads? name your class "Thread" implement Runnable handle exceptions extend the Thread class

22nd Oct 2020, 11:55 AM
Efendi
2 Answers
0
You can find it on lesson. Why don't you check it yourself? 2 ways to create a thread : implement Runnable interface extend the Thread class.
22nd Oct 2020, 12:02 PM
Jayakrishna 🇮🇳
0
1. Extend the thread class 2. Implement Runnable
22nd Dec 2022, 7:19 PM
Sourin Mukherjee
Sourin Mukherjee - avatar