WhichconstructsaDataOutputStream?() A.NewdataInputStream(“in.txt”);B.NewdataInputStream(newfile(“in.txt”));C.NewdataInputStream(newwriter(“in.txt”));D.NewdataInputStream(newFileWriter(“in.txt”));E.NewdataInputStream(newInputStream(“in.txt”));F.NewdataInputStream(newFileInputStream(“in.txt”));

WhichconstructsaDataOutputStream?()

A.NewdataInputStream(“in.txt”);

B.NewdataInputStream(newfile(“in.txt”));

C.NewdataInputStream(newwriter(“in.txt”));

D.NewdataInputStream(newFileWriter(“in.txt”));

E.NewdataInputStream(newInputStream(“in.txt”));

F.NewdataInputStream(newFileInputStream(“in.txt”));


相关考题: