Home » JAVA Programming » Arrays » Question
  1. Generics does not work with?
    1. List
    2. Tree
    3. Array
    4. set
    5. None of these
Correct Option: C

Generics gives the flexibility to strongly typecast collections. Generics is applicable to Set, List and Tree. It is not applicable to Array.



Your comments will be displayed only after manual approval.