Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Java
/
Generics
Which operation is legal because the tested type is reifiable?
from Generics
Java 25 LTS
intermediate
1 min
Which operation is legal because the tested type is reifiable?
`candidate instanceof List<?>`
`candidate instanceof List<String>`
`new T()` inside `class Box<T>`
`new List<String>[10]`
Check
Ask AI about this kata
Report an error
previous kata
Which signature accepts an `Integer` source and a `Number` destination while preserving t…
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload