Multiple Choice
Assume infile is a BufferedReader for a textfile and that the textfile is empty. What is returned from the message infile.readLine( ) ; ?
A) 0
B) null
C) a special character known as the End-of-file marker (EOF)
D) none of the above, the message causes a NullPointerException to be thrown
E) none of the above, the message causes a EndOfFileException to be thrown
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Which of the following classes would you
Q29: What are the three standard I/O streams
Q43: A Java program can handle an exception
Q44: An image (such as a jpg or
Q45: PrintWriter is a better output stream class
Q49: Write a save method that will save
Q50: Use the code below to answer the
Q51: Assume that you will want to save,
Q52: In order to define a keyboard input
Q53: Write code with a try statement and