DEV Community

Discussion on: Top 21 Interview Questions for Java Developers You Totally Should Know

Collapse
 
gustavo94 profile image
Gustavo Preciado

Great post!

I want to add that an interface can have a method with a body using the default modifier and it is frequently called @FunctionalInterface.

Example: github.com/vavr-io/vavr/blob/4fa63...