Vidyalelo
Java Programming · Q40

Java Collections Framework

Programming · Java Programming · question 40

Q40

What is the difference between Queue and Stack?

A.
Stack is LIFO; Queue is FIFO
Answer
B.
Queue is LIFO; Stack is FIFO
C.
Stack and Queue is FIFO
D.
Stack and Queue is LIFO

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board