SCJP - Sun Certified Java Programmer Practice Test
SCJP Java Threads and Concurrency
Which of the following is a correct way to create a new thread in Java?
Select your answer
A
Extend Thread class or implement Runnable interface
B
Implement Callable interface only
C
Extend Runnable class
D
Use the Process class
Hint