Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > module > Java module > Java class > stream class > filter > object stream class > ObjectInputStream |
| ObjectInputStream comparison table | ||||
| Subject | is a kind of | is an instance of | use | contain |
|---|---|---|---|---|
| object stream class | filter | an implements clause to declare that it contains methods for each of the operations specified by the interface | data associated with each object | |
| ObjectInputStream | object stream class | serialization | Java objects |
Next object stream class: ObjectOutputStream Up: object stream class