Which of the following statements is not true? A. A class that extends the Thread class can create a thread.
B. Only by implementing the Runnable interface may a thread be created.
C. In specific circumstances, the run() method is used before the start() method to start a thread.
D. The thread’s execution is started using the start() method.