Java Collections Framework Goals: *To learn how to use the collection classes supplied in the Java library *To use iterators to traverse collections *To choose appropriate collections for solving programming problems *To study applications of stacks and queues Projects A program that prints the balance of an account after the first, second, and third year. The account has an initial balance of $1,000 and earns 5 percent interest per year.