首页/ 题库 / [单选题]编译和运行下列程序,请选择正确的输出结果的答案

编译和运行下列程序,请选择正确的输出结果______。 public class ex31 { private void test() { System.out.println(6 + 6 + "(Result)"); } public static void main(String[] args) { new ex31().test(); } }

单选题
2022-03-03 08:38
A、12(Result)
B、66(Reslllt)
C、编译时出错,运算符“+”不能实现一个string类型的数据和一个int类型数据的加法运算
D、运行时出错,运算符“+”不能将int类型数据转化为sbing类型
查看答案

正确答案
A

试题解析

标签:
感兴趣题目
执行下列代码之后,输出的结果为______。 public class ex27 { public static void main(String[] args) { iht x=7; int y=15; boolean bb=(127|x)>7&&(-128∧y)<15; System.out. println(bb); } }
下面关于解释程序和编译程序的论述,其中正确的一条是______。
下面是关于解释程序和编译程序的论述,其中正确的一条是______。
下列程序的执行结果是______。 class A1 implements Runnable { public void run() { for(iht i = 0; i < 10; i++) { System.out.println("i =" + i); if(i == 3) break; } } } public class ex38 { public static void main(String[] args) { Thread th1 = new Thread(new A1()); th1.start (); } }
下列程序中的循环体将会被执行______。 public class ex7 { public static void main(String[] args) { int n=4; while(n<=8) { System.out.println(n); n++; } } }
如果在编译Java程序时,编译结果报告说找不到要编译的代码,通常的错误不是如下的______项?
编译和运行下列程序,请选择正确的输出结果______。 public class ex31 { private void test() { System.out.println(6 + 6 + "(Result)"); } public static void main(String[] args) { new ex31().test(); } }
阅读下面程序 public class Test implements Runnable{ public static void main(String[]args){ _______________________________________; t. start(); } public void mR(){ System. out. println("Hello!"); }} 在程序下画线处填入正确选项是
阅读下面Applet程序 import javax. swing. *; import java. awt. *; public class SwintgApplet extends JApplet{ JLabel 1=new JLabel("This is a Swing Applet."); public void init(){ ________________________________ } } 在程序下画线处填入正确的选项是
下面程序的执行结果是______。 public class ex27 { public static void main(String[] args) { try { return; } finally { System. out. print in ( "Finally" ); } }
运行下面的程序,其输出结果为______。 main() { printf("%d,%d",5%-3,-5%3); }
写出下列程序[如图1]的运行结果:若程序运行后程序= THEN输入x = -2 ,则输出的结果为 ____输出______ .
相关题目

编译程序的实现算法较为复杂,但它可以产生高效运行的____①______程序,因此更适合翻译那些规模较大、结构较复杂、需要较长运行时间的 _____②______ 程序。

阅读下面程序 public class Test implements Runnable{ public static void main(String[]args){ _______________________________________; t. start(); } public void mR(){ System. out. println("Hello!"); }} 在程序下画线处填入正确选项是
下面程序的输出结果为______
需编译运行的程序,其______错误在编译时不能发现。
程序运行时,若依次输出5,20,则输出结果为 ______。
若程序运行时输入A值为9,B值为18,则A的输出结果为 ______。
若程序运行时输入A值为6,B值为4,则A的输出结果为 ______。
若程序运行时输入A值为15,B值为10,则A的输出结果为 ______。
有以下程序 main() { int c=35; printf("%d ",c&c); } 程序运行后的输出结果是______。
有以下程序: main() { int c=35;printf("%d ",e&c);} 程序运行后的输出结果是 ______。
下列程序执行后的输出结果是______。
下列程序运行后,输出的结果为______ 。B=1Do while b<40 b=*(b+1)LoopPrint B
下列程序的运行结果是______。
以下程序运行后的输出结果是 ______。 main() { int x=0210;printf("%x ",x); }
以下程序运行后;输出结果是______。 main() { char*d[]={"ab","cde"}; printf("%x",d[1]); }
有以下程序 main() { int m=0256,n=256; printf("%0 %o ",m,n); } 程序运行后的输出结果是______。
有以下程序: main() { int a=666, b=888; printf("% d ", a, b); } 程序运行后的输出结果是______。
执行如下语句之后,输出的结果是______。 public class ex36 { public static void main(String[] args) { int x=-6, y=6; x=x+y--; System.out.println (x); } }
执行如下语句之后,输出的结果是______。 public class ex24 { public static void main(String[] args) { int x=5,y=3; x+=X-- *--y; System.out.println{x); } }
运行下面的程序,其输出结果为 ______。 main() { pintf("%d,%d",5%-3,-5%3); }
广告位招租WX:84302438

免费的网站请分享给朋友吧