Category Backend

Generics (Java)

Generic types are commonly used in most modern programming languages. In the case of Java, they were added in Java 5 which was released in 2004. Even though it’s present in the language for many years, it still confuses some…