Crear
Descargar
Obtener Plan Académico
Compartir juego
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:

States and methods of a thread.

Froggy Jumps

Jugadas 3

Sobre esta actividad

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

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
States and methods of a thread.
 

Froggy Jumps

States and methods of a thread.Versión en línea

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

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

¿Estás seguro que quieres abandonar la página?

Al abandonar la página perderás el progreso del juego.