What are the data structures that are under the LIFO?

Answer:

The java.util.Stack class (and any subclasses) will use the last-in-first-out mechanism.

First answer by Moobler. Last edit by Moobler. Contributor trust: 354 [recommend contributor recommended]. Question popularity: 1 [recommend question].