All > Technology > Programming > Java
The (LIFO) semantics of a stack data structure. Items are removed in the opposite order to which they arrived in the stack, so newer items are always removed before older ones. See first in, first out.
- Browse Related Terms: binary search, FIFO (first in, first out), Image Map, infinite recursion, LIFO (last in, first out), Stack, stack overflow