Multiple choice

Which of the following is not a marker interface?

  1. java.io.Serializable

  2. java.lang.Cloneable

  3. java.util.EventListener

  4. Java.util.stack

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Stack is not a marker interface.