Why are generics used?
Generics add stability to your code by making more of your bugs detectable at compile time.
- Generics make code faster and more optimised.
- Generics add stability to your code by making more of your bugs detectable at run time.
- Generics reduce the amount of comments necessary.
There are no hints for this question