Multiple Choice
What is likely to be true when thread one is downloading a 1MB file while thread two is downloading another 1MB file?
A) The files download twice as fast as they would if one thread downloaded both files.
B) The files download half as fast as they would if one thread downloaded both files.
C) When thread one is half done, thread two is about half done.
D) The faster thread will interrupt the other thread.
Correct Answer:

Verified
Correct Answer:
Verified
Q71: Consider an old fashioned telephone booth that
Q72: Which of the following is a characteristic
Q73: Which of the following statements is correct?<br>A)If
Q74: A GUI should be responsive to the
Q75: Assume three threads share a BankAccount object
Q76: Which of the following class declarations could
Q77: Examine the SharedData class shown below.Suppose two
Q78: Given a two-CPU machine and four threads,
Q80: When is it a good idea to
Q81: The Runnable interface includes which method(s)?<br>i.public void