Crear
Descargar
Obtener Plan Académico
Compartir juego
Completar Frases
Completar Frases

Threads

Intégralo en tu plataforma

Puedes integrar el juego en un LMS compatible con LTI 1.1 o LTI 1.3 como Canvas, Moodle, o Blackboard. De esta manera podrás guardar las puntuaciones automáticamente en el libro de calificaciones de esa plataforma.
Descargar
Has superado el número máximo de juegos que puedes integrar en Google Classroom con tu Plan actual.

Para integrar tantos juegos como quieras en Google Classroom, necesitas un Plan Académico o un Plan Comercial.

Has superado el número máximo de juegos que puedes integrar en Microsoft Teams con tu Plan actual.

Para integrar tantos juegos como quieras en Microsoft Teams, necesitas un Plan Académico o un Plan Comercial.

La descarga de juegos es una característica exclusiva para usuarios con un Plan Académico o un Plan Comercial.

Obtén ahora tu Plan Académico o Comercial y comienza a integrar tus juegos en tu LMS, web o blog.

Si lo deseas, puedes descargar un juego de prueba aquí y probar su integración:

Jugadas 6

Sobre esta actividad

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.

Creada por

México

Descarga la versión para jugar en papel

Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad

Top juegos

%
Anónimo
Anónimo
%
%
%
Has superado el número máximo de juegos que puedes imprimir con tu Plan actual.

Para imprimir tantos juegos como quieras, necesitas un Plan Académico o un Plan Comercial.

Imprime tu juego
Threads
 

Completar Frases

ThreadsVersión en línea

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.

por 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 .

¿Seguro que quieres abandonar la página?

Si sales, perderás la partida en curso.