Créer jeu
Télécharger
Obtenir Plan Académique
Partager le jeu
Intégrez-le à votre plateforme

Vous pouvez intégrer le jeu dans un LMS compatible avec LTI 1.1 ou LTI 1.3 comme Canvas, Moodle ou Blackboard. Les scores seront ainsi automatiquement enregistrés dans le carnet de notes de la plateforme.
Télécharger
Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Google Classroom avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Google Classroom, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Microsoft Teams avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Microsoft Teams, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Le téléchargement du jeu est une fonctionnalité exclusive pour les utilisateurs avec un Plan Académique ou un Plan Commercial.

Obtenez votre Plan Académique ou Plan Commercial dès maintenant et commencez à intégrer vos jeux dans votre LMS, votre site Web ou votre blog.

Si vous le souhaitez, vous pouvez télécharger une jeu de test ici et tester son intégration:

States and methods of a thread.

Froggy Jumps

Parties jouées 3

À propos de cette activité

Choose the correct option about the states and methods of a Java thread.

Créé par

Mexico

Téléchargez la version pour jouer sur papier

Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

%
Anonyme
Anonyme
%
%
%
Vous avez dépassé le nombre maximum de jeux que vous pouvez imprimer avec votre Plan actuel.

Pour imprimer autant de jeux que vous le souhaitez, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Imprimez votre jeu
States and methods of a thread.
 

Froggy Jumps

States and methods of a thread.Version en ligne

Choose the correct option about the states and methods of a Java thread.

par Rodrigo Pacheco Reyes
1

This is the state of the thread when the Thread class constructor is called. It has no resources allocated yet.

2

This state is entered when the created thread calls start(). This method allocates resources for the thread's execution, schedules its execution, and automatically calls the run() method, which is where the actions the thread will perform are written

3

A thread in this state performs no action, it does not receive CPU cycles.

4

Once the run() method finishes executing the thread enters this state.

5

Starts the thread in a separate execution path, then invokes the run() method on this Thread object.

6

If this Thread object was instantiated using a separate Runnable target, the method is invoked on that Runnable object.

7

Changes the name of the Thread object.

8

Sets the priority of this Thread object. Possible values ​​range from 1 to 10.

9

A parameter of true denotes this thread as a daemon thread.

10

The current thread invokes this method in a second thread, causing the current thread to block until the second thread terminates or the specified number of milliseconds passes.

11

Interrupts this thread, causing it to continue execution if it has been blocked for some reason.

12

Returns true if the thread is alive, which is any time after the thread has started but before it completes.

Voulez-vous vraiment quitter la page ?

En quittant la page, vous perdrez la progression du jeu.