Multiple Choice
Which argument(s) present(s) the best case(s) for extending the Thread class rather than using the Runnable interface in conjunction with a thread pool?
I Thread sub-classes will all execute independently
II Runnable objects will waste more system resources
III Thread sub-classes can execute faster on a single CPU than Runnable objects
A) I
B) II
C) III
D) II and III
Correct Answer:

Verified
Correct Answer:
Verified
Q23: a(n. _ uses a small number of
Q42: When a sleeping thread is interrupted, an
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
Q48: What should be done to get the
Q51: Assume three threads share a BankAccount object
Q52: Which method(s) are part of the Thread
Q55: Assume two threads share a BankAccount object
Q80: When is it a good idea to