Why Are Generics Used #1097
Why are generics used?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Interfaces Packages - Java Type Interface - Quiz No.1.
Why are generics used?
Generics make code more fast
Generics make code more optimised and readable
Generics add stability to your code by making more of your bugs detectable at compile time
Generics add stability to your code by making more of your bugs detectable at runtime