Home » JAVA Programming » Serialization » Question
  1. Which of these interface extends DataOutput interface?
    1. Externalization
    2. Serializable
    3. ObjectInput
    4. ObjectOutput
    5. None of these
Correct Option: D

ObjectOutput interface extends the DataOutput interface and supports object serialization.



Your comments will be displayed only after manual approval.