Multiple choice

What is the return type of start() method of class Thread?

  1. int

  2. void

  3. char

  4. static void

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

The return type of start() method is void, i.e. void start().