JAVA. Iterator. List, Set, Map

// la solución correcta
List list = new ArrayList();
Set set = new HashSet();
Map map = new TreeMap();

// la solución incorrecta
ArrayList list = new ArrayList();
HashSet set = new HashSet();
TreeMap map = new TreeMap();

Comentarios

Entradas populares de este blog

PHP. módulo de un "long". Calcular dígito control de IBAN.

HTML div organizar contenido