Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavagenericsSingle-choice MCQ

Which method call correctly compiles and adds a Number-compatible element, given this PECS setup?

List<? super Integer> list = new ArrayList<Number>();