Home » JAVA Programming » Java Basic » Question
  1. What are the components of a marker interface?
    1. Fields, no methods
    2. No fields, No methods
    3. No fields, only methods
    4. Fields and methods
    5. None of these
Correct Option: B

Marker interface in Java is an empty interface in Java.



Your comments will be displayed only after manual approval.