Lower Bounded Wildcard Type QuizS2C Home « Lower Bounded Wildcard Type Quiz
Generics Quiz 8
The quiz below tests your knowledge of the material learnt in Generics - Lesson 8 - Lower Bounded Wildcard Type.
Question 1 : The following code snippet is an example of a lower bounded wildcard type?
<? super Number> - <code>? super Number</code> IS an example of a <i>lower bounded 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 6
Unbounded Wildcard Type
Quiz 7
Upper Bounded Wildcard Type
Quiz 9
Generic Methods
Quiz 10
Generic Constructors
What's Next?
In the next quiz we test your knowledge of generic methods.