What Is The Difference Between Queue And Stack #783
What is the difference between Queue and Stack?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java Queue - Quiz No.1.
What is the difference between Queue and Stack?
Stack is LIFO; Queue is FIFO
Queue is LIFO; Stack is FIFO
Stack and Queue is FIFO
Stack and Queue is LIFO