- Ante.lv
- Introduction to Oracle FM
- Java Collections and Testing
Java Collections and Testing
Last modified by superadmin on 2018-01-12 20:28
Java Collections and Testing
Skills
- Understand the interfaces of Java Collection API (Set, List, Map) and identify some implementations for each of them (Vector, Hashtable, TreeSet, etc.)
- Use basic features of Generics - parametrizable Java classes (e.g. HashMap<String,Integer>).
- Given a Spring framework application context XML file, understand how the Java beans are initialized with their properties and their lifecycle.