14 lines
818 B
Markdown
Raw Normal View History

## Core Java Lang OOP - Generics
This module contains articles about generics in Java
### Relevant Articles:
- [Generic Constructors in Java](https://www.baeldung.com/java-generic-constructors)
- [Type Erasure in Java Explained](https://www.baeldung.com/java-type-erasure)
- [Raw Types in Java](https://www.baeldung.com/raw-types-java)
2020-07-07 14:18:10 +03:00
- [Super Type Tokens in Java Generics](https://www.baeldung.com/java-super-type-tokens)
2021-02-04 00:03:53 +08:00
- [Java Warning “unchecked conversion”](https://www.baeldung.com/java-unchecked-conversion)
2021-02-24 22:41:55 +08:00
- [Java Warning “Unchecked Cast”](https://www.baeldung.com/java-warning-unchecked-cast)
2023-08-19 07:43:12 +08:00
- [What Does the Holder<T> Class Do in Java?](https://www.baeldung.com/java-holder-class)
2024-01-19 10:56:52 +08:00
- [Determine the Class of a Generic Type in Java](https://www.baeldung.com/java-generic-type-find-class-runtime)