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
/
Strings
A persisted protocol key must use locale-neutral uppercase. Which expression states that …
from Strings
Java 25 LTS
intermediate
1 min
A persisted protocol key must use locale-neutral uppercase. Which expression states that contract?
key.toUpperCase(Locale.ROOT)
key.toUpperCase()
key.toString().toUpperCase()
key.intern().toUpperCase()
Check
Ask AI about this kata
Report an error
next kata
For String text = "A🚗", which statement is correct?
Quiz
A new version is available
Reload