Which of the following are valid arguments to the DataInputStream constructor?
Click to view the answer
C.
A DataInputStream reads bytes from its data source, which must be an InputStream.
The only valid option is C, FileInputStream.