Home » JAVA Programming » Interfaces » Question
  1. What type of methods an interface contain by default?
    1. static
    2. final
    3. private
    4. abstract
    5. None of these
Correct Option: D

By default, interface contains abstract methods. The abstract methods need to be implemented by concrete classes.



Your comments will be displayed only after manual approval.