判断题
private不允许作为类的修饰符。
正确
判断题 在Java中,使用关键字【synchronized】给对象加互斥锁。
判断题 notify 和notifyAll 作用是有区别的。
判断题 Thread.sleep 与wait()作用完全不一样。