网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
分析下面的代码行floatf=3.2;intI=f;,错误的答案是()
A
代码不能编译
B
代码编译,i被设置为3
C
第二行若改为inti=(byte)f则可编译
D
第一行若改为floatf=3.2f则可编译
参考答案
参考解析
解析:
暂无解析
更多 “单选题分析下面的代码行floatf=3.2;intI=f;,错误的答案是()A 代码不能编译B 代码编译,i被设置为3C 第二行若改为inti=(byte)f则可编译D 第一行若改为floatf=3.2f则可编译” 相关考题
考题
下列代码中,将引起编译错误的行是( )。 1)publicclassExercise{ 2)publicstaticvoidmain(Stringargs[]){ 3)floatf=0.0; 4)f+=1.0; 5)} 6)}A.第2行B.第3行C.第4行D.第6行
考题
分析下面的代码行 float f=3.2; int i=f; ,不正确地的答案是()
A、代码不能编译B、代码编译,i被设置为3C、第二行若改为inti=(byte)f则可编译D、第一行若改为floatf=3.2f则可编译
考题
Whichofthefollowingstatementsarelegal?()
A.longl=4990;B.inti=4L;C.floatf=1.1;D.doubled=34.4;E.doublet=0.9F;
考题
Whatwillbetheresultofattemptingtocompileandrunthefollowingcode?()publicclassQ6b0c{publicstaticvoidmain(Stringargs[]){inti=4;floatf=4.3;doubled=1.8;intc=0;if(i==f)c++;if(((int)(f+d))==((int)f+(int)d))c+=2;System.out.println(c);}}A.Thecodewillfailtocompile.B.0willbewrittentothestandardoutput.C.1willbewrittentothestandardoutput.D.2willbewrittentothestandardoutput.E.3willbewrittentothestandardoutput.
考题
classBaseClass{privatefloatx=1.0f;protectedvoidsetVar(floatf){x=f;}}classSubClassextendsBaseClass{privatefloatx=2.0f;//insertcodehere16.}Whichtwoarevalidexamplesofmethodoverriding?()
A.VoidsetVar(floatf){x=f;}B.PublicvoidsetVar(intf){x=f;}C.PublicvoidsetVar(floatf){x=f;}D.PublicdoublesetVar(floatf){x=f;}E.PublicfinalvoidsetVar(floatf){x=f;}F.ProtectedfloatsetVar(){x=3.0f;return3.0f;}
考题
Whichtwoarevaliddeclarationsofafloat?()
A.floatf=1F;B.floatf=1.0.;C.floatf=‘1’;D.floatf=“1”;E.floatf=1.0d;
考题
floatf[][][]=newfloat[3][][];floatf0=1.0f;float[][]farray=newfloat[1][1];Whatisvalid?()
A.f[0]=f0;B.f[0]=farray;C.f[0]=farray[0];D.f[0]=farray[0][0];
考题
Whichtwocauseacompilererror?()
A.float[]=newfloat(3);B.floatf2[]=newfloat[];C.float[]f1=newfloat[3];D.floatf3[]=newfloat[3];E.floatf5[]={1.0f,2.0f,2.0f};F.floatf4[]=newfloat[]{1.0f.2.0f.3.0f};
考题
下列代码中,将引起编译错误的行是( )。 1)public class Exercise{ 2)public static void main(String args[]){ 3)floatf=0.0; 4)f+=1.0; 5)} 6)}A.第2行B.第3行C.第4行D.第6行
考题
分析下面的代码行 float f=3.2; int I=f; ,错误的是()A、代码不能编译B、代码编译,i被设置为3C、第二行若改为 int i=(byte)f 则可编译D、第一行若改为 float f=3.2f 则可编译
考题
分析下面的代码行floatf=3.2;intI=f;,不正确地的答案是()A、代码不能编译B、代码编译,i被设置为3C、第二行若改为inti=(byte)f则可编译D、第一行若改为floatf=3.2f则可编译
考题
下面哪一行代码正确的声明了一个类方法(静态方法)()A、publicintmethod(inti)B、protectedmethod(inti)C、publicstaticmethod(Strings)D、protectedstaticvoidmethod(Integeri)
考题
分析下面的代码行floatf=3.2;intI=f;,错误的答案是()A、代码不能编译B、代码编译,i被设置为3C、第二行若改为inti=(byte)f则可编译D、第一行若改为floatf=3.2f则可编译
考题
单选题下面哪一行代码正确的声明了一个类方法(静态方法)()A
publicintmethod(inti)B
protectedmethod(inti)C
publicstaticmethod(Strings)D
protectedstaticvoidmethod(Integeri)
考题
单选题分析下面的代码行floatf=3.2;intI=f;,不正确地的答案是()A
代码不能编译B
代码编译,i被设置为3C
第二行若改为inti=(byte)f则可编译D
第一行若改为floatf=3.2f则可编译
热门标签
最新试卷