Multiple Choice
Which argument(s) present(s) the best case(s) for using the Runnable interface rather than extending the Thread class?
I Thread sub-classes are harder to write
II Runnable objects can be passed into thread pools
III Less time is wasted in creating and destroying thread objects
A) I
B) II
C) II and III
D) I and II
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Which method do you call to make
Q14: Which of the following class declarations could
Q15: Which of the following definitely indicates that
Q20: Under what circumstances will a call to
Q20: The _ method stops the current thread
Q30: What happens when a thread calls the
Q33: When a sleeping thread is interrupted, a(n)
Q54: _ allow a thread to temporarily release
Q68: In the initial release of the Java
Q69: The _ method is called by a