Home » JAVA Programming » Interfaces » Question
  1. What does an interface contain?
    1. Method declaration
    2. Method name
    3. Method definition
    4. Method declaration and definition
    5. None of these
Correct Option: A

Interface contains the only declaration of the method.



Your comments will be displayed only after manual approval.