SCIS Air Security Interview Question

What is the difference between a stack and a queue?

Interview Answer

Anonymous

Jan 15, 2017

Stack is a collection of objects that works in LIFO (Last in First out) mechanism while Queue is FIFO (First in First out).