Unbounded Wildcard Types QuizS2C Home « Unbounded Wildcard Types Quiz
Generics Quiz 6
The quiz below tests your knowledge of the material learnt in Generics - Lesson 6 - Unbounded Wildcard Types.
Question 1 : The following code snippet is an example of an unbounded wildcard type?
<T extends Number>
- <code>T extends Number</code> is an example of a <i>bounded type</i> NOT an <i>unbounded wildcard type</i>.
Quiz Progress Bar
Quiz 1
Generic Basics
Quiz 2
Raw/Generic Type
Quiz 3
Generic Interfaces
Quiz 4
Generic Classes
Quiz 5
Bounded Type
Quiz 7
Upper Bounded Wildcard Type
Quiz 8
Lower Bounded Wildcard Type
Quiz 9
Generic Methods
Quiz 10
Generic Constructors
What's Next?
In the next quiz we test your knowledge of bounded wildcard types.