0 votes
in JAVA by
How does Method Reference work?

1 Answer

0 votes
by
Method Reference is a new feature that was added to Java 8. This phrase is used to describe the functional interface method. When referring to a method, it can take the place of a lambda expression.
...