Home » JAVA Programming » Interfaces » Question
  1. Which of these keywords is used by a class to use an interface defined previously?
    1. implements
    2. Implements
    3. Import
    4. import
    5. None of these
Correct Option: A

interface is inherited by a class using implements.



Your comments will be displayed only after manual approval.