computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
496 B
9 lines
496 B
# Generics |
|
|
|
Java Generic methods and generic classes enable programmers to specify, with a single method declaration, a set of related methods, or with a single class declaration, a set of related types, respectively. |
|
|
|
Visit the following resources to learn more: |
|
|
|
- [@article@Java - Generics](https://www.tutorialspoint.com/java/java_generics.htm) |
|
- [@article@Generics in Java](https://www.javatpoint.com/generics-in-java) |
|
- [@video@Generics in Java](https://www.youtube.com/watch?v=XMvznsY02Mk) |