Multiple Choice
The Runnable interface includes which method(s) ?
I public void run(Runnable runnable)
II public void run()
III public void start()
A) I
B) II
C) I and II
D) II and III
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: The _ method is useful only if
Q41: Consider the addFirst method of the LinkedList
Q42: When a sleeping thread is interrupted, an
Q44: When a thread is interrupted, the most
Q44: Examine the SharedData class shown below. Suppose
Q45: Stale data occurs in multi-CPU machines when
Q47: For threads of equal priority, which is
Q48: Suppose that the class XYZ implements the
Q51: In which method are the tasks that
Q70: The _ method does not actually cause