Home » JAVA Programming » Serialization » Question
  1. How many methods Serializable has?
    1. 0
    2. 1
    3. 2
    4. 3
    5. 4
Correct Option: A

Serializable interface does not have any method. It is also called a marker interface.



Your comments will be displayed only after manual approval.