Examlex

Solved

Which of the Statements Below Give an Alternative Way to Write

question 13

Multiple Choice

Which of the statements below give an alternative way to write the following: FileInputStream fstream = new FileInputStream("info.dat") ;
DataInputStream inputFile = new DataInputStream(fstream) ;


Definitions:

Related Questions