饭店商品与一般商品比较,具有生产与()同步的特点。
A.推销
B.产品
C.价值
D.消费
参考答案:D
为了支持压栈线程与弹栈线程之间的交互与同步,在程序的下画线处依次填入的语句是______。 public class IntStack private int idx=0; private int[]data=new int[8]; public______void push(int i) data[idx]=i; idx++;
A.svnchronized() notify() B.synchronized this.wait()C.svnchronized this.notify() D.Serializable sleep()
冰川