Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not a marker interface?
    1. Remote
    2. Serializable
    3. Reader
    4. Cloneable
    5. None of these
Correct Option: C

Reader is not a marker interface. Serializable, Cloneable and Remote interfaces are marker interface.



Your comments will be displayed only after manual approval.