Which interface is used to create a thread in Java?
a) Thread
b) Runnable
c) Executor
d) Callable
Solution: b) Runnable
Explanation: The Runnable interface is used to create a thread in Java.