Multiple choice What is the return type of start() method of class Thread? int void char 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().