Queue is an interface available in java.util package and extended collection interface are used to hold the elements about to be processed in FIFO(First In First Out) order. Just like List, Java Queue is a collection of ordered elements but it performs insert and remove operations differently.