Daniel Berg

32%
Flag icon
Because of erasure, the only parameterized types that are reifiable are unbounded wildcard types such as List<?> and Map<?,?> (Item 26). It is legal, though rarely useful, to create arrays of unbounded wildcard types.
Effective Java
Rate this book
Clear rating
Open Preview