New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

States and methods of a thread.

Froggy Jumps

Played 3

About this activity

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

Created by

Mexico

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
States and methods of a thread.
 

Froggy Jumps

States and methods of a thread.Online version

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

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

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.