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
/
Interfaces
Which change definitely makes a valid functional interface stop being a functional interf…
from Interfaces
Java 25 LTS
intermediate
1 min
Which change definitely makes a valid functional interface stop being a functional interface?
Add a second abstract method with a different signature.
Add a default method.
Add a static factory method.
Add the `@FunctionalInterface` annotation.
Check
Ask AI about this kata
Report an error
next kata
What is true of `List<String> EVENTS = new ArrayList<>();` declared in an interface?
Quiz
A new version is available
Reload