欢迎来到求知题库网 求知题库官网
logo
全部科目 > 专业技术人员继续教育公需科目 > 大数据考试 > 大数据时代的政府治理创新

单项选择题

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.

点击查看答案&解析
微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题