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
/
Java 21 features
Which command proves that source uses only stable Java 21 language and Java SE APIs?
from Java 21 features
Java 25 LTS
beginner
1 min
Which command proves that source uses only stable Java 21 language and Java SE APIs?
javac --release 21 App.java
javac --enable-preview App.java
java App
javac -target 21 App.java
Check
Ask AI about this kata
Report an error
previous kata
Spot the bug in the virtual-thread task
Spot the bug
next kata
A service starts one virtual thread per request, but its database accepts only 30 concurr…
Quiz
A new version is available
Reload