Generics Flashcards
1
Q
What is a generic type?
A
2
Q
What is a generic method?
A
3
Q
Have you used one? When?
A
4
Q
True or false?: a generic type can accept any type as its type parameter.
A
5
Q
True or false?: a generic type can have one and only one type parameter.
A