Which statement about the Queue interface in Java is correct?
Queue allows duplicate elements but does not allow null
Queue follows LIFO (Last In, First Out) order
Queue is an implementation of Deque
Queue follows FIFO (First In, First Out) order
This question is part of this quiz :
Java Queue and Map Interface