Which of the following methods is/are correct for making a new thread? A. Declare a class to be a subclass of Thread class. B. Declare a class that implements the Runnable class.
Reveal answer
Fill a bubble to check yourself
Which of the following methods is/are correct for making a new thread? A. Declare a class to be a subclass of Thread class. B. Declare a class that implements the Runnable class.