MCQOPTIONS
Saved Bookmarks
| 1. |
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» D. Generics add stability to your code by making more of your bugs detectable at a runtime | |