Chapter Goals
- To understand the objective of generic programming
- To be able to implement generic classes and methods
- To understand the execution of generic methods in the virtual
machine
- To know the limitations of generic programming in Java
- To understand the relationship between generic types and
inheritance
- To learn how to constrain type variables