Which of the following is the correct way to create a thread in Java?
Extending the Thread class
Implementing the Runnable interface
Both A and B
Using the Callable interface only
This question is part of this quiz :