以下哪个选项描述了该java语句:File f=new File(“D:srcHello.txt”); 中出现的错误。
举一反三
- 3.1 下面是创建File对象的语句,错误的是( ) A: File f=new File("d:\\text.txt"); B: File f=new File("d: "); C: File f=new File("d:","text.txt"); D: File f=new File("d:\text.txt");
- 对于存放在D盘的vb文件夹下的文件cj.dat,创建该文件的File类对象的语句,正确的是()。 A: File f=new File("d:\\vb\\cj.dat"); B: File f=new File("d:/vb","cj.dat"); C: File f=new File("d:/vb/cj.dat"); D:File f=new File(" D: File f=new File("d:\\vb","cj.dat");
- 下列写法错误的是 A: File f = new File ("a.txt"); B: File f = new File ("d:\\a.txt"); C: FileInputStream fis = new FileInputStream (new File ("a.txt")); D: FileOutputStream fos = new FileOutputStream ( File ("."));
- 以下哪个语句可以在窗口中为c:\temp.txt创建一个File实例。() A: new<br/>File("c:\temp.txt") B: new<br/>File("c:\\temp.txt") C: new<br/>File("c:/temp.txt") D: new<br/>File("c://temp.txt")
- 如有File f=new File("a.txt");则说明该File对象f一定是文件()