Basic list implementantion in Java.
In computer science, a list or sequence is an abstract data type that represents a finite number of ordered values, where the same value may occur more than once. (Wikipedia)
cd src/
javac ListBuilder.java
java ListBuilder
cd src/
javac ListInteractive.java
java ListInteractive