Discussion :: Java Generics
- 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 a runtime
|
Answer : Option C
Explanation :
Be The First To Comment