Solved

If You Do Not Use the Runnable Interface, What Is

Question 18

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions