|
Java 5 Tiger - Course
The migration of Java Programmers from Java 1.3 and 1.4 to
Java 5.
In Java 5 Tiger, Sun Microsystems added new syntax to the Java
Programming Language that is intended to make programming clearer
and safer. However, if not used correctly, it can make the code
obscurer and more dangerous!
For example, generics can make the code more difficult to read, with
method signatures like:
public static <T> int binarySearch(T[] a, T key, Comparator<? super T> c)
In our Java 5 Tiger course, you will learn all the new
language constructs, including the new concurrency utils,
generics, annotations and much more. In addition, you will see
the dangers of using some of the new features like autoboxing.
"The course is presented in a very good way. There are
lots of exercises, the teacher knows what he is talking
about and is ready to answer questions."
Wolfgang R., Alcatel Austria
Prerequisites
Prior Knowledge:
|
Participants should already have a good grasp of Java 2
Standard Edition 1.3/1.4. For an excellent introduction
to Object Orientation and Java, please see our
J2SE Java Course.
|
|