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
/
Type erasure
What is the erasure of `T` in `T extends CharSequence & Comparable<T>`?
from Type erasure
Java 25 LTS
intermediate
1 min
What is the erasure of `T` in `T extends CharSequence & Comparable<T>`?
`CharSequence`
`Comparable`
`Object`
A new intersection class generated by the compiler
Check
Ask AI about this kata
Report an error
previous kata
A class implements `Decoder<Integer>` by declaring `Integer decode(String)`. Why may refl…
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload