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

ObjectInput interface extends the DataInput interface and supports object serialization.



Your comments will be displayed only after manual approval.