#Generics

Generic types and type safety.

3 notes tagged

Java

Generics in Java

Generics let a class or method work with a type supplied by the caller, moving whole families of errors from runtime to compile time.

Read more