Question d’entretien chez SCIS Air Security

What is the difference between a stack and a queue?

Réponse à la question d'entretien

Utilisateur anonyme

15 janv. 2017

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