Skip to content

Generics

simiyub edited this page Jul 2, 2021 · 3 revisions

Here's a summary of the modules in this repository: Generics - Introduces you to how generics work in Java. If you want to understand how data structures work, then you need to learnt to create them and use them as you would java data structures. That means they will be containers and should handle any data type. That's where generics come in. They help you store data of any type in these containers. Of course generics have alot more use in java. Worth mentioning that if you are building microservices, you may need to understand generics pretty well.

Clone this wiki locally