Suppose that you need to read data that consists of serialized int, double, boolean, and String values

Question:

Suppose that you need to read data that consists of serialized int, double, boolean, and String values from a file. You also want the program to be performant on large files. Which three java.io stream classes can be chained together to best achieve this result? (Choose three.) 

A. BufferedInputStream

B. FileReader

C. ObjectInputStream

D. BufferedReader

E. BufferedStream

F. FileInputStream

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: