Login
Remember
Register
Ask a Question
SAM interference: What is it?
0
votes
asked
Mar 1, 2023
in
JAVA
by
sharadyadav1986
SAM interference: What is it?
saminterference
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 1, 2023
by
sharadyadav1986
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.
...