Créer jeu
Télécharger
Obtenir Plan Académique
Partager le jeu
Compléter
Compléter

Threads

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:

Threads

Compléter

Parties jouées 6

À propos de cette activité

This set of questions evaluates the fundamentals of concurrency in Java through the thread model. It is designed to check understanding from a conceptual level to practical implementation aspects.

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
Threads
 

Compléter

ThreadsVersion en ligne

This set of questions evaluates the fundamentals of concurrency in Java through the thread model. It is designed to check understanding from a conceptual level to practical implementation aspects.

par Brii Guerrero
1

A is a lightweight execution unit that allows performing multiple tasks within the same process , sharing memory and resources .

2

To create a thread in Java , you can implement the interface and pass the instance to the Thread constructor .

3

The ( ) method creates a new thread and runs the code in it , while calling ( ) directly executes the code in the current thread without creating a new one .

4

The keyword is used to ensure that only one thread at a time executes a block or method , preventing race conditions .

5

A thread in the state is waiting indefinitely for another thread to perform a specific action such as calling ( ) .

6

The ( ) method causes the current thread to wait until the thread on which it is called finishes its execution .

7

When a thread enters a method of an instance , it acquires the object's and no other thread can enter synchronized methods of that same instance until it is released .

8

The valid range of priorities for a thread in Java is from to .

9

switching is the process by which the CPU saves the state of one thread and restores the state of another to alternate its execution .

10

Using a reduces the overhead of creating and destroying repeatedly .

Voulez-vous vraiment quitter la page ?

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