자바 제네릭을 제대로 이해하기 위해서는 아래와 같은 용어에 대한 명확한 이해가 필요하다. 용어 예 Parameterized type List Actual type parameter String Generic parameter List Formal type parameter E Unbounded wildcard type List Raw type List Bounded type parameter Recursive type bound Bounded wildcard type List