Global variables are divisive: an invaluable shortcut or a dangerous example of sloppy code? Let's talk about what they do, what they’re good for, and why you should be extra careful using them. A ...
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 ...