adspace
What is a functional interface? What is sam interface?
Answer Posted / Rahul Kumar Singh
A functional interface is an interface with exactly one abstract method. A SAM (Single Abstract Method) interface is a type of functional interface. It contains only one abstract method, and the name 'SAM' comes from this single abstract method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category