Multiple choice

What do we use to have multiple threads of execution running concurrently?

  1. Extends Thread

  2. Extends Runnable

  3. Implements Runnable

  4. Both (1) and (3)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This option is valid because both first and third options are correct.