Home » JAVA Programming » Serialization » Question
  1. Which of these is a method of ObjectInput interface used to deserialize an object from a stream?
    1. void close()
    2. Object WriteObject()
    3. int read()
    4. Object readObject()
    5. None of these
Correct Option: D

Object readObject()



Your comments will be displayed only after manual approval.