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
/
Kotlin
/
Null safety
Which type allows both the list itself and each element to be null?
from Null safety
Kotlin 2.4.10
beginner
1 min
Which type allows both the list itself and each element to be null?
List<String>
List<String>?
List<String?>
List<String?>?
Check
Ask AI about this kata
Report an error
next kata
An unannotated Java method returns a platform String type. Which first step keeps the Kot…
Quiz
A new version is available
Reload