I think many Java developers would say that using Java collections is easy and that using generics can range from easy to difficult depending on what you’re doing. However, there is much in Java ...
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 ...