试题详情
- 单项选择题 public class X implements Runnable ( private int x; private int y; public static void main(String args) ( X that = new X(); (new Thread(that)) . start( ); (new Thread(that)) . start( ); ) public synchronized void run( ) ( for (;;) ( x++; y++; System.out.printIn(“x = “ + x + “, y = “ + y); ) ) ) What is the result?()
A、 An error at line 11 causes compilation to fail.
B、 Errors at lines 7 and 8 cause compilation to fail.
C、 The program prints pairs of values for x and y that might not always be the same on the same line (for example, “x=2, y=1”)
D、 The program prints pairs of values for x and y that are always the same on the same line (forexample, “x=1, y=1”. In addition, each value appears twice (for example, “x=1, y=1” followed by “x=1, y=1”)
E、 The program prints pairs of values for x and y that are always the same on the same line (for example, “x=1, y=1”. In addition, each value appears twice (for example, “x=1, y=1” followed by “x=2s, y=2”)
- E
关注下方微信公众号,在线模考后查看
热门试题
- 有一对兔子,从出生后第3个月起每个月都生
- Which HTTPQ
- Which two̳
- public static void
- 内部框架用于在主框架内部显示一系列子框架
- import java.io
- public static&
- Which change&en
- public class&e
- 根窗格提供了什么函数功能?()
- 什么是单例模式(Singleton)?
- 在动态分区分配方案中,某一作业完成后,系
- 1. public&ensp
- 海滩上有一堆桃子,五只猴子来分。第一只猴
- A collection&en
- Which pathQ
- 由A地到B地,中间有一段扶梯,总路程和扶
- 鼠标监听器有哪些特点?()
- Which basic
- class Guy&ensp