Multiple Choice
Which of the following is the best constructor for reading objects from a file?
A) FileOutputStream( String filename )
B) ObjectOutputStream( OutputStream in )
C) ObjectInputStream( InputStream in )
D) Object readObject( )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q47: When we open a file for appending
Q48: To read from the file favoriteMovies, what
Q49: Which method of the class Scanner do
Q50: Which of the following is the exception
Q51: Replacing the contents of a file with
Q53: What is a delimiter?<br>A) A comma, space,
Q54: We can use a lambda expression as
Q55: The class Scanner can be used to
Q56: What method of the Collection class can
Q57: Suppose you write a program using the