Which two options allow you to create new threads? | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 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 odpowiedzi
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