当前位置:在线题库搜索>[单选题]下面创建一个新文件对象方法错误的是( )。的答案是什么?

问题:

[单选题]下面创建一个新文件对象方法错误的是( )。

A、File myFile; myFile=new File("mulu/file");
B、File myFile=new File();
C、myFile=new FileC/mulu","filel");
D、File myDir=new file("/mulu"); myFile=new File(Dir, "filer');

参考答案: B