Multiple Choice
If you do not use the Runnable interface, what is necessary to create a new thread?
i.Implement the Threadable interface
II.Extend the Thread class and add a run() method to it
III.Add a run method to any class
A) Only I
B) Only II
C) Only III
D) I and III
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Assume two threads share a BankAccount object
Q15: Assume two threads share a BankAccount object
Q16: lock objects ensure that shared data are
Q17: Which of the following scenarios may not
Q19: Which constructor can be used to create
Q20: The _ method stops the current thread
Q21: A program that creates a large number
Q22: If a thread sleeps after acquiring a
Q23: a(n. _ uses a small number of
Q105: What is the difference between the result