Generic parameter values

Report a typo

Consider a generic class:

public class Example<T> { /* large body */ }

What can be used as X when creating instances?

Example<X> example = new Example<>()
Select one or more options from the list
___

Create a free account to access the full topic