DEV Community

Top 21 Interview Questions for Java Developers You Totally Should Know

CodeGym on February 19, 2019

There are myriads of Java interview questions and we can’t collect all of them in one article. However here you can find some very common Java in...
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...

Collapse
 
jlarrieux profile image
Jean-Rodney Larrieux

Please correct answer for question 10 as java 8 allows default methods in interfaces

Collapse
 
codegym_cc profile image
CodeGym

Thank you, updated!

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

maybe add codes in the markdown code element