Multiple Choice
Which statement about object streams is NOT correct?
A) Use object input streams to load the saved objects.
B) You must cast the returned result from the readObject method.
C) Any object can be saved to an object output stream.
D) Use object output streams to save all instance variables of an object automatically.
Correct Answer:

Verified
Correct Answer:
Verified
Q51: Which code stores an array studentArray of
Q52: Which expression returns a String representing the
Q53: What do we call the measure in
Q54: Which class is used for output of
Q55: You would need a Caesar cipher with
Q57: Readers and writers access sequences of _.<br>A)bytes<br>B)files<br>C)streams<br>D)characters
Q58: Fill in the blank in the following
Q59: Which method moves the file pointer in
Q60: If you write a simple Student class,
Q61: Fill in the blank in the following