1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

chore: add resource under java:java-advanced-topics:generics

This commit is contained in:
roadmap bot
2023-06-30 19:01:13 +01:00
parent 9e867d5f4e
commit 9ad5143588

View File

@@ -8,3 +8,4 @@ Visit the following resources to learn more:
- [Java - Generics](https://www.tutorialspoint.com/java/java_generics.htm)
- [Generics in Java](https://www.javatpoint.com/generics-in-java)
- [Generics in Java](https://www.youtube.com/watch?v=XMvznsY02Mk)
- [An introduction to generic types in Java](https://www.freecodecamp.org/news/understanding-java-generic-types-covariance-and-contravariance-88f4c19763d2/)