What is the outcome of using a wildcard (?) in generics?
?
It is a shorthand for extending the Object class
Object
It specifies an unknown type, making the code more flexible
It increases the performance of generic methods
It restricts the type parameter to a specific class