Home » JAVA Programming » Java Basic » Question
  1. What does SAM stand for in the context of Functional Interface?
    1. Single Abstract Method
    2. Single Ambivalue Method
    3. Simple Abstract Markup
    4. Simple Active Markup
    5. None of these
Correct Option: A

SAM Interface stands for Single Abstract Method Interface. Functional Interface is also known as SAM Interface because it contains only one abstract method.



Your comments will be displayed only after manual approval.