For most people, the word "queue" brings to mind very few pleasant associations. But today we're talking about different queues — Java queues. In Java, a queue is anything that inherits the Queue interface, which in turn extends the Collection interface...