

MCQOPTIONS
Saved Bookmarks
1. |
What does the following code block defines? class Gen { T ob; } |
A. | Generics class declaration |
B. | Generic constructor declaration |
C. | A simple class declaration |
D. | All of the mentioned |
Answer» B. Generic constructor declaration | |