Solved

When Using an ObjectInputStream to Read Data from a File,what

Question 11

Multiple Choice

When using an ObjectInputStream to read data from a file,what happens when an end-of-file marker is reached?


A) Nothing occurs.
B) An end-of-file character is read by the program.
C) Method readObject returns the value 0.
D) An EOFException is thrown.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions