What are the benefits of generics?
Generic collections accept only Object types
Type errors are caught at compile time
Generics result in readily understandable code
Generics sometimes require type casting