Estou utilizando Java 8 e Eclipse Luna.
Este exercício meu programa não compilou, pois, apresentou o seguinte erro:
List<Conta> contas = new ArrayList<Conta>();
No List: The type List is not generic; it cannot be parameterized with arguments <Conta>.