Question d’entretien chez Tudip Technologies

What are the ways to create Threads in Java?

Réponse à la question d'entretien

Utilisateur anonyme

2 nov. 2017

You can create a thread by implementing runnable interface or extending thread class.