Which one of these interfaces is implement by Tread class?
A
Set
B
Connection
C
Runnable
D
None of the above
Correct Answer: Runnable
Runnable is basically a type of class (Runnable is an interface) that can be put into a threat describing what the thread is supposed to do. The Runnable interface requires of the class to implement the method run().