Solved

Which of the Following Class Declarations Could Run in a Thread

Question 76

Multiple Choice

Which of the following class declarations could run in a thread?
i.public interface MyRunnable extends Runnable { ...}
II.public class MyRunnable extends Runnable { ...}
III.public class MyRunnable implements Runnable { ...}


A) Only II
B) Only III
C) I and II
D) II and III

Correct Answer:

verifed

Verified

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

Related Questions