在Java中,阅读下列文件定入的Java代码,共有( )处错误
import java.io.*;
public class TestIO {
public static void main(String []args){
String str ="文件写入练习";
FileWriter fw = null; //1
try{
fw = new FileWriter("c:\mytext.txt"); //2
fw.writerToEnd(str); //3
}catch(IOException ex){
ex.printStackTrace();
}
}
}
A0
B1
C2
D3
相关试题
-
在Java中,阅读下列文件定入的Java代码,共有( )处错误 import java.io.*; public class TestIO { public static void main(S
-
("D"); } } class Program { static void Main(s
-
this.userPwd = "123"; } } static void Main(string[] args) {
-
public new void Exam() { Console.WriteLine("大学生有选择考试科目的权利")
-
在C#中,下列代码需要输出”小狗喜欢吃骨头”,“小猫蹲着睡”,则需要在Main()方法中添加的代码是() class Program { static void Main(s