Solved

Which of the Following Class Declarations Could Run in a Thread

Question 14

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) II
B) 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