A-A+

在J2EE中 下面的代码中出现编译错误的是()。A.Filef=newFile(/ a

2022-08-05 21:30:06 问答库 阅读 172 次

问题详情

在J2EE中,下面的代码中出现编译错误的是()。
A.Filef=newFile("/","autoexec.bat");
B.DataInput Streamdin=new Data Input Stream(new File Input Stream("autoexec.bat"));
C.Input Stream Readerin=new Input Stream Reader(System.in);
D.Output Stream Writer out=new Output Stream Writer(System.in);请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:B

考点:错误,代码