The ______ class is used to deserialize objects in Java.

  • Deserializer
  • InputStream
  • ObjectInputStream
  • Serialization
In Java, the ObjectInputStream class is used to deserialize objects. Deserialization is the process of converting serialized objects back into their original form, and this class provides methods for reading objects from a stream. The other options are not responsible for deserialization.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *