Home » JAVA Programming » Serialization » Question
  1. If member does not implement serialization, which exception would be thrown?
    1. SerializableException
    2. RuntimeException
    3. UnSerializedException
    4. NotSerializableException
    5. None of these
Correct Option: D

If member of a class does not implement serialization, NotSerializationException will be thrown.



Your comments will be displayed only after manual approval.