【单选题】给出下面代码段 哪行将引起一个编译时错误?()
【单选题】给出下面代码段, 哪行将引起一个编译时错误?:D
D.
public Test(int a) { m=a; }
E.
public static void main(String arg[]) {
J.
) t2=new Test(k); K. ) } L. ) }
【单选题】We can use QQ to talk with each other online. --Good! Will you please show me ______it?
【单选题】给出下面代码段, 哪行将引起一个编译时错误?
D.
public Test(int a) { m=a; }
E.
public static void main(String arg[]) {
J.
) t2=new Test(k); K. ) } L. ) }
【单选题】给出下面代码段,哪行将引起一个编译时错误?() 1) publicclassTest{ 2) intn=0; 3) intm=0; 4) publicTest(inta){m=a;} 5) publicstaticvoidmain(Stringarg[]){ 6) Testt1,t2; 7) intj,k; 8) j=3;k=5; 9) t1=newTest(); 10) t2=newTest(k...