Home /
Expert Answers /
Computer Science /
match-the-java-class-with-the-best-description-this-is-a-one-forone-match-where-an-answer-can-onl-pa113
(Solved): Match the Java class with the best description. (This is a one-forone match where an answer can onl ...
Match the Java class with the best description. (This is a one-forone match where an answer can only match one description.) Used to save entire objects to a file. Used to output binary data to a file. Used to write plain text to a file. Used to read plain text from a file.
Match 1 and 21. Used to save entire objects to a file - ObjectOutputStream: The ObjectOutputStream is intended exclusively for storing Java objects in files. It offers ways to write serialised object data, including as the object's state and class in...