找考题网-背景图
多项选择题

若下面指定的目录和文件名都存在,创建FileInputStream对象的语句正确的是()

A.File file=new File("1.txt");FileInputStream fis =new FileInputStream(file);
B.FileInputStream fis =new FileInputStream("d:\\java\\1.txt ");
C.FileInputStream fis =new FileInputStream("java/1.txt");
D.FileInputStream fis =new FileInputStream("d:\\java\\1.txt");