问题描述:
[单选]
class Order3 implements Runnable { public static void main(String [] args){ new Thread(new Order3()).start(); for(int x = 0; x 〈 10; x++)System.out.print("m"); } public void run(){ for(int x = 0; x 〈 10; x++){ //insert code here System.out.print("r"); } } } 和: 当代码被编译并照此运行时产生 "before" 的输出, 当下列内容插入到代码第8行时产生"after"输出 if (x 〉 3 && x 〈 7)Thread.yield(); 对比“before”的输出结果和“after”的输出结果,下面哪一项是正确的?
A.输出字符的总数可能改变。
B.当添加额外的代码时,编译将失败。
C.在“after”输出结果中,字符“m”较早出现的可能性较小。
D.在“after”输出结果中,字符“m”较早出现的可能性较大。
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
上一篇:什么是文本框?什么是图文框?文本框与图文框的区别?
下一篇:现有( ) 1 Interface F{} 2 class A implements F{} 3 class B extends A{} 4 class C extends B{ 5 public static void main(String[] args){ 6 B b=new B(); 7 //inSert C0de here 8 } 9 } 下列哪行代码插入到第7行,将抛出java.lang.ClassCaseException异常()
- 我要回答: 网友(18.118.252.215)
- 热门题目: 1.我国《刑法》规定,已满十六周 2.《劳动人事争议仲裁办案规则》 3.关于《劳动人事争议仲裁办案规