0 votes
in JAVA by
SAM interference: What is it?

1 Answer

0 votes
by
FunctionalInterface, a new feature introduced in Java 8, can only have one abstract method. These interfaces are commonly referred to as SAM Interfaces because they only specify one abstract method. The abbreviation "Single Abstract Method" is SAM.
...