Why are generics used?
(a) Generics make code more fast
(b) Generics make code more optimised and readable
(c) Generics add stability to your code by making more of your bugs detectable at compile time
(d) Generics add stability to your code by making more of your bugs detectable at runtime
I have been asked this question in my homework.
Question is from Type Interface in division Interfaces & Packages of Java