DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
LIFO And FIFO In Java (1.3.1)
Use this objects:
java.util.Stack (LIFO) java.util.LinkedList (FIFO)





