📚 Practice Mode

Java Thread Quiz

Learn at your own pace with hints and detailed explanations

1 / 8
Multiple Choice

What is the name of the method used to start a thread execution?

  1. init();
  2. start();
  3. run();
  4. resume();