Multiple Choice
To read objects from a file, which class do we use?
A) InputObjectStream
B) ObjectInputStream
C) ObjectStream
D) ObjectInput
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: When we open a file for appending
Q40: ObjectOutputStream( OutputStream out ) is a:<br>A) class.<br>B)
Q41: An exception can only be thrown by
Q42: The PrintWriter class is designed for converting
Q43: The Java package that provides most classes
Q45: What is the purpose of the following
Q46: The purpose of the try and catch
Q47: When we open a file for appending
Q48: To read from the file favoriteMovies, what
Q49: Which method of the class Scanner do