Advanced Java Language Topics
The Java programming language has a number of powerful capabilities that have been introduced in recent releases of the Java platform. These include such things as generics, reflection, assertions, inner classes, and enumerations. Though many Java programmers have seen these technologies used in the Java libraries, for example the generic Collection classes, they are slow to adopt them in their own programming.
This one day course de-mystifies these useful Java capabilities, and gives programmers the experience necessary to use them to create better Java programs.
All labs can be done with the Eclipse IDE or a simple editor, and the lab instructions include detailed directions on both environments.