DEV Community

What is Functional Interface in java

Ratik Mahajan on March 12, 2024

Functional interface are used in java to make java a functional language : functions to be used as higher order citizens. I have a question h...
Collapse
 
nigel447 profile image
nigel447

rather than "make java a functional language " would be better to say make java a object / function language" where function values are objects that can be passed around