Generics make your code more flexible and easier to read, and they help you avoid ClassCastExceptions at runtime. Get started with this introduction to using generics with the Java Collections ...
As some of you may know, I am doing some JNI work. Eclipse's Java debugger is fantastic, so it works fine for debugging the Java test code (read: stopping on a line to debug the native code). However, ...