The java.util.concurrent package includes a number of additions to the Java Collections Framework. These are most easily categorized by the collection interfaces provided: Java Concurrent Collection Classes BlockingQueue– an interface that is at the base of all Queue based concurrent collections. While...