public class SyncTest (
private int x;
private int y;
private synchronized void setX (int i) (x=1;)
private synchronized void setY (int i) (y=1;)
public void setXY(int 1)(set X(i); setY(i);)
public synchronized Boolean check() (return x !=y;)
)
Under which conditions will check () return true when called from a different class?
A. Check() can never return true.
B. Check() can return true when setXY is called by multiple threads.
C. Check() can return true when multiple threads call setX and setY separately.
D. Check() can only return true if SyncTest is changed to allow x and y to be set separately.
您可能感興趣的試卷
你可能感興趣的試題
最新試題
public class SyncTest ( private int x; private int y; private synchronized void setX (int i) (x=1;) private synchronized void setY (int i) (y=1;) public void setXY(int 1)(set X(i); setY(i);) public synchronized Boolean check() (return x !=y;) ) Under which conditions will check () return true when called from a different class?
網(wǎng)絡化是信息技術產(chǎn)品最有特點的一個方式。
梅特卡爾夫定律主要是描述信息網(wǎng)絡,指出網(wǎng)絡的價值在于網(wǎng)絡的互聯(lián),聯(lián)網(wǎng)的接點數(shù)與其價值呈現(xiàn)()的方式,聯(lián)網(wǎng)越多,系統(tǒng)的價值越大。
政府2.0、政府3.0,與政府以后的治理改革和服務型政府建設的目標是完全不一致的。
關于信息技術產(chǎn)品的演進,下列說法正確的有()
()說明如果聯(lián)網(wǎng)越多,從介入方式、技術上越來越突破,則網(wǎng)絡規(guī)模越大、成本越低,網(wǎng)絡的成本可能會趨向于零。
信息技術產(chǎn)品的演進遵循哪些定律?()
物聯(lián)網(wǎng)就是互聯(lián)網(wǎng)和物品結(jié)合在一起。
創(chuàng)新2.0的理念,就是在政府管理理念中實現(xiàn)自我管理、自我服務的狀態(tài)。
高強度的計算越來越強調(diào)不是數(shù)據(jù)積累到一定程度再分析,而是在數(shù)據(jù)發(fā)生的過程中就把問題找出來。