Which one of these interfaces is implemented by Thread class?

A Set
B Connections
C Runnable
D None of the above

Correct Answer: Runnable

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. 3.
Bissoy MCQ

Related Questions

Which one of these interfaces is implement by Tread class?
This type of thread is a thread on the inside of a member:
Which of the following constructor of class Thread is valid one?
Which of the following commands displays the configurable parameters and statistics of all interfaces on a router?

Next steps