Home » JAVA Programming » Serialization » Question
  1. Which of these class extend InputStream class?
    1. ObjectInput
    2. ObjectOutput
    3. ObjectStream
    4. ObjectInputStream
    5. None of these
Correct Option: D

ObjectInputStream class extends the InputStream class and implements the ObjectInput interface.



Your comments will be displayed only after manual approval.