MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following code set defines?public Gen(T o) { ob = o; } |
| A. | Generics class decleration |
| B. | Declaration of variable |
| C. | Generic constructor declaration |
| D. | All of the mentioned |
| Answer» D. All of the mentioned | |