Mastering Java 2026 – 400 Free Practice Questions to Pass the 'Thinking in Java' Exam

1 / 510

What method is used to read a file in the BufferedInputFile example?

readLine

The BufferedInputFile example uses the `readLine()` method to read a file, making option A the correct answer. The other options are incorrect because

- Option B, `read()`, reads only a single character at a time, which would not be efficient in reading an entire file.

- Option C, `inputStream`, is a data stream but is not specifically used for reading files.

- Option D, `BufferedReader`, is a type of character stream that wraps around other underlying streams, but does not specifically read files.

Get further explanation with Examzify DeepDiveBeta

read

inputStream

BufferedReader

Next Question
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy