Generics
From Suhrid.net Wiki
Jump to navigationJump to search- Generics is a way to enforce ONLY compile-time type safety.
- All the type information is not present at run-time. The compiler strips out type information from the bytecode using a process called type erasure.