Top Tutorials related to:Java ObjectInputStream Serializable Interface
In this SCJP section you will see many question on the java.io package's classes like DataInputStream, DataOutputStream, FileInputStream, FileOutputStream, ObjectInputStream, ObjectOutputStream and Serializable.
SCJP Module-11 Question-9
The Sample example given below will test your understanding about the Stream classes in Java.
Java store objects in File
In this section, you will learn how to use the ObjectOutputStream and
ObjectInputStream to write and read serialized object.
Deserializing an Object in java
Here, you will learn how to De-serialize the Java object. This means, converting the serialized object into in-memory java object.
Java Interview Questions - Page 11
Question: What class allows you to read objects directly from a stream?
Answer: The ObjectInputStream class supports the reading of objects from input streams.
Java I/0 Examples
The Java I/O means Java Input/Output. It is provided by the java.io package. This package has an InputStream and OutputStream. Java InputStream is defined for reading the stream, byte stream and array of byte stream.
O - Java Glossary
Java technology supports Java Platform, Java Standard Edition, Java Enterprise Edition, Java Web Services
Java ObjectOutputStream
An ObjectOutputStream is inherited from the OutputStream class that is underlying in the java.io package.