in JAVA by
Q:
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.

Related questions

0 votes
asked Feb 28 in JAVA by rajeshsharma
0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
0 votes
asked Apr 30, 2021 in JAVA by rajeshsharma
0 votes
asked Apr 10, 2021 in JAVA by Robindeniel
...