Question d’entretien chez Playtech

How do you create and start a thread?

Réponse à la question d'entretien

Utilisateur anonyme

10 sept. 2015

1. create a class that extends Thread and call the "start" method on an instance of that class 2. call the "start" method on a Thread instance initialized with an instance of a class that implements Runnable

1