网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列变量的定义中,错误的是()
- A、intx=8;
- B、floatf;d;
- C、Strings="hello";
- D、booleanb=true;
参考答案
更多 “下列变量的定义中,错误的是()A、intx=8;B、floatf;d;C、Strings="hello";D、booleanb=true;” 相关考题
考题
publicclassParent{publicvoidchange(intx){}}publicclassChildextendsParent{//覆盖父类change方法}下列哪个声明是正确的覆盖了父类的change方法?()
A.protectedvoidchange(intx){}B.publicvoidchange(intx,inty){}C.publicvoidchange(Strings){}D.publicvoidchange(intx){}
考题
publicclassTest{publicstaticvoidmain(String[]args){intx=5;booleanb1=true;booleanb2=false;if((x==4)!b2)System.out.print(”l);System.out.print(”2);if((b2=true)b1)System.out.print(”3);}}Whatistheresult?()A.2B.3C.12D.23E.123F.Compilationfails.G.Auexceptionalisthrownatruntime.
考题
publicclassX{publicstaticvoidmain(String[]args){strings=newstring(Hello”);modify(s);System.out.printIn(s);}publicstaticvoidmodify(Strings){s+=world!”;}}Whatistheresult?()
A.Theprogramrunsandprints“Hello”B.Anerrorcausescompilationtofail.C.Theprogramrunsandprints“Helloworld!”D.Theprogramrunsbutabortswithanexception.
考题
publicclassX{publicstaticvoidmain(String[]args){Strings1=newString(true”);Booleanb1=newBoolean(true);if(s2.equals(b1)){System.out.printIn(Equal”);}}}Whatistheresult?()
A.Theprogramrunsandprintsnothing.B.Theprogramrunsandprints“Equal”C.Anerroratline5causescompilationtofail.D.Theprogramrunsbutabortswithanexception.
考题
publicclassX{publicstaticvoidmain(Stringargs){strings=newstring(Hello”);modify(s);System.out.printIn(s);}publicstaticvoidmodify(Strings){s+=world!”;}}Whatistheresult?()
A.Theprogramrunsandprints“Hello”B.Anerrorcausescompilationtofail.C.Theprogramrunsandprints“Helloworld!”D.Theprogramrunsbutabortswithanexception.
考题
publicclassX{publicstaticvoidmain(Stringargs){Strings1=newString(true”);Booleanb1=newBoolean(true);if(s2.equals(b1)){System.out.printIn(Equal”);}}}Whatistheresult?()
A.Theprogramrunsandprintsnothing.B.Theprogramrunsandprints“Equal”C.Anerroratline5causescompilationtofail.D.Theprogramrunsbutabortswithanexception.
考题
在VBA中,如果没有显式声明或用符号来定义变量的数据类型,变量的默认数据类型为A.Boolean
在VBA中,如果没有显式声明或用符号来定义变量的数据类型,变量的默认数据类型为A.BooleanB.IntC.StringD.Variant
考题
下列代码的执行结果是()。publicclasstest5{publicstaticvoidmain(Stringargs[]){Strings1=newString("hello");Strings2=newString("hello");System.out.prim(s1==s2);System.out.print(",");System.out.println(s1.equals(s2));}A.true,falseB.true,trueC.false,trueD.false,false
考题
下列关于注释的使用,错误的是?()
A、intc=10;//定义变量cB、*/intc=5;intx=6;*/C、/**这是类的入口方法*/D、/*/*intc=10;*/intx=5;*/
考题
用于文本*区中设置文本同时清除文本*区中原有文本的方法是()A、setText(Strings)B、getText()C、TextArea(Strings)D、"TextArea(intx,inty)"
考题
在java中,下列()语句不能通过编译。A、Strings="john"+"was"+"here";B、Strings="john"+3;C、floatf=5+5.5;D、inta=3+5;
考题
下列函数参数默认值定义错误的是()。A、Fun(intx,inty=0)B、Fun(intx=100)C、Fun(intx=0,inty)D、Fun(intx=f())(假定函数f()已经定义)
考题
单选题用于文本*区中设置文本同时清除文本*区中原有文本的方法是()A
setText(Strings)B
getText()C
TextArea(Strings)D
TextArea(intx,inty)
考题
单选题下列函数参数默认值定义错误的是()。A
Fun(intx,inty=0)B
Fun(intx=100)C
Fun(intx=0,inty)D
Fun(intx=f())(假定函数f()已经定义)
热门标签
最新试卷