Solved

Which of the Following Statements Is False

Question 20

Multiple Choice

Which of the following statements is false?


A) In a multithreaded application, threads can be distributed across multiple processors (if available) so that multiple tasks execute in parallel and the application can operate more efficiently.
B) The JVM creates threads to run a program and for housekeeping tasks such as garbage collection.
C) Multithreading can increase performance only on multi-core systems.
D) The vast majority of programmers should use existing collection classes and interfaces from the concurrency APIs that manage synchronization for you.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions