Examlex

Solved

What Will Be the Result of the Following Code

question 12

Multiple Choice

What will be the result of the following code?
FileOutputStream fstream new FileOutputStream("Output.dat") ;
DataOutputStream outputFile = new DataOutputStream(fstream) ;


Definitions:

Related Questions