Which of the following statements is false?

a. The collections from the java.util.concurrent package are specifically designed and optimized for sharing collections among multiple threads.
b. ConcurrentHashMap and ConcurrentLinkedQueue are by far the most frequently used concurrent collections.
c. The concurrent collections have been enhanced to support lambdas.
d. Rather than providing methods to support streams, the concurrent collections provide their own implementations of various stream-like operations—e.g., ConcurrentHashMap has methods forEach, reduce and search—that are designed and optimized for concurrent collections that are shared among threads.

B

Computer Science & Information Technology

You might also like to view...

What is the most popular topology that is used on modern LANs?

A) Bus B) Star C) Ring D) Partial mesh

Computer Science & Information Technology

A Mini-PCIe wireless card works in any laptop

Indicate whether the statement is true or false

Computer Science & Information Technology