Intermediate Java
Q51 / 100

Which method must be implemented by a class implementing the Runnable interface?

Correct! Well done.

Incorrect.

The correct answer is C) run()

C

Correct Answer

run()

Explanation

Runnable has a single abstract method run() which defines the code that runs in the new thread.

Progress
51/100