Discussion :: JAVA MCQs
- Which of these class is used to make a thread?
Answer : Option C
Explanation :
Thread class is used to make threads in java, Thread encapsulates a thread of execution. To create a new thread the program will either extend Thread or implement the Runnable interface.
Be The First To Comment