Object Oriented Software Engineering View all facts Glossary Help |
subject > component > module > Java module > Java class > stream class > filter > object stream class > ObjectOutputStream |
ObjectOutputStream 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 | |
ObjectOutputStream | object stream class | serialization | Java objects |
Next object stream class: ObjectInputStream Up: object stream class