Showing posts with label queue in collections framework. Show all posts
Showing posts with label queue in collections framework. Show all posts

What is a queue in collections framework?

  • A queue represents arrangements of elements in FIFO(Firs In First Out) order.
  • This means that element that is stored as a first element into the queue will be removed first from the queue.